Type alias UnknownMetaUpdateOperation

UnknownMetaUpdateOperation: {
    [key: string]: unknown;
}

A meta update operation decoded from CBOR whose type key is not recognised by this SDK version. Preserves the raw decoded value so callers can inspect it forward-compatibly.

Type declaration

  • [key: string]: unknown

Generated using TypeDoc