Interface TransactionResponse

interface TransactionResponse {
    result: TransactionStatus;
    txHash: string;
}

Properties

Properties

txHash: string