interface ValidatedPublicKeyInstance {
    data: any;
    data_decoded: _0x1.ed25519.ValidatedPublicKey;
    guid: EventGuid;
    sequence_number: string;
    type: string;
    type_arguments: [];
}

Hierarchy

Properties

data: any

The JSON representation of the event

decoded data using ABI, undefined if there is decoding error, usually because the ABI/data mismatch

guid: EventGuid
sequence_number: string
type: string
type_arguments: []