Type alias TokenCreationSummary

TokenCreationSummary: {
    events: Upward<TokenEvent>[];
    payload: CreatePLTPayload;
    type: TokenCreation;
}

Type declaration

  • events: Upward<TokenEvent>[]

    The token creation 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.

  • payload: CreatePLTPayload
  • type: TokenCreation

Generated using TypeDoc