DepositEvent: {
    data: {
        amount: string;
        id: TokenTypes.TokenId;
    };
    guid: {
        account_address: string;
        creation_number: string;
    };
    sequence_number: string;
    type: "0x3::token::DepositEvent";
    version: string;
}

Type declaration

  • data: {
        amount: string;
        id: TokenTypes.TokenId;
    }
    • amount: string
    • id: TokenTypes.TokenId
  • guid: {
        account_address: string;
        creation_number: string;
    }
    • account_address: string
    • creation_number: string
  • sequence_number: string
  • type: "0x3::token::DepositEvent"
  • version: string

Generated using TypeDoc