Interface Data_StarknetEvent

interface Data_StarknetEvent {
    result: undefined | { [key: string]: any };
    timestamp: undefined | Date;
}

Properties

Properties

result: undefined | { [key: string]: any }
timestamp: undefined | Date