Interface SendTransactionRpcResponseError

Hierarchy

Properties

Properties

error: {
    code: SEND_TRANSACTION_ERROR_CODES;
    data?: unknown;
    message: string;
}

Type declaration

id: string

Generated using TypeDoc