Interface SubmitTransactionFailureUnforeseeableSlot

interface SubmitTransactionFailureUnforeseeableSlot {
    code: 3130;
    data: {
        unforeseeableSlot: number;
    };
    message: string;
}

Properties

Properties

code: 3130
data: {
    unforeseeableSlot: number;
}
message: string