IbcTransferData: {
    channelId: string;
    memo?: string;
    receiver: string;
    sender: string;
    timeout: IbcTimeout;
    token: Coin;
}

Type declaration

  • channelId: string
  • Optional memo?: string
  • receiver: string
  • sender: string
  • timeout: IbcTimeout
  • token: Coin

Generated using TypeDoc