bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class FungibleTokenPacketData

    FungibleTokenPacketData defines a struct for the packet payload See FungibleTokenPacketData spec: https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures

    from message ibc.applications.transfer.v2.FungibleTokenPacketData

    Hierarchy

    Index

    Constructors

    Properties

    amount: string = ""

    the token amount to be transferred

    from field: string amount = 2;

    denom: string = ""

    the token denomination to be transferred

    from field: string denom = 1;

    memo: string = ""

    optional memo

    from field: string memo = 5;

    receiver: string = ""

    the recipient address on the destination chain

    from field: string receiver = 4;

    sender: string = ""

    the sender address

    from field: string sender = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "ibc.applications.transfer.v2.FungibleTokenPacketData"

    Methods