RpcBurn
export type RpcBurn = {
  assetId: string
  value: string
  /**
   * @deprecated Please use getAsset endpoint to get this information
   */
  id: string
  /**
   * @deprecated Please use getAsset endpoint to get this information
   */
  assetName: string
}
Usage: