Interface Data_SuiEvent

interface Data_SuiEvent {
    rawEvent: string;
    rawTransaction: string;
    slot: bigint;
    timestamp: undefined | Date;
}

Properties

rawEvent: string
rawTransaction: string
slot: bigint
timestamp: undefined | Date
MMNEPVFCICPMFPCPTTAAATR