interface DecodeObject {
    typeUrl: string;
    value: Uint8Array;
}

Properties

Properties

typeUrl: string
value: Uint8Array