Interface CardanoTransactionSubmissionResponse

interface CardanoTransactionSubmissionResponse {
    txHash: string;
}

Properties

Properties

txHash: string

The transaction hash of the submitted transaction

Example

"0x1234567890abcdef..."