Type alias MetaUpdatePayload

MetaUpdatePayload: {
    operations: Type;
}

The payload for a meta update transaction. The contents of the operations byte array is a CBOR encoding of the meta operation sequence.

Type declaration

  • operations: Type

    The CBOR encoded meta operations.

Generated using TypeDoc