Interface BroadcastExternalTransaction200Response

External Transaction Broadcast Response

Export

BroadcastExternalTransaction200Response

interface BroadcastExternalTransaction200Response {
    transaction_hash: string;
    transaction_link?: string;
}

Properties

transaction_hash: string

The transaction hash

Memberof

BroadcastExternalTransaction200Response

transaction_link?: string

The link to view the transaction on a block explorer. This is optional and may not be present for all transactions.

Memberof

BroadcastExternalTransaction200Response