Interface SendTransactionResponseException

interface SendTransactionResponseException {
    code: number;
    message: string;
    name: string;
    stack: SendTransactionResponseExceptionStack[];
}

Properties

Properties

code: number
message: string
name: string