Type alias MetaUpdateSummary

MetaUpdateSummary: {
    events: Upward<MetaUpdateEvent>[];
    transactionType: MetaUpdate;
}

The summary of a meta update transaction.

Type declaration

  • events: Upward<MetaUpdateEvent>[]

    The meta 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: MetaUpdate

Generated using TypeDoc