Type alias TokenUpdateSummary

TokenUpdateSummary: {
    events: Upward<TokenEvent>[];
    transactionType: TokenUpdate;
}

The summary of a token transaction of any type.

Type declaration

  • events: Upward<TokenEvent>[]

    The token update details

    Please note, these can possibly be unknown if the SDK is not fully compatible with the Concordium node queried, in which case null is returned.

  • transactionType: TokenUpdate

Generated using TypeDoc