{s}omniamarkets

@somnia-chain/markets-sdk


@somnia-chain/markets-sdk / index / CreateVenueResult

Interface: CreateVenueResult

Defined in: operatorAdmin.ts:165

Base result of a confirmed write — the SDK waits for the receipt before resolving.

Extends

Properties

venueId

venueId: `0x${string}`

Defined in: operatorAdmin.ts:167

The contract-generated venue id (decoded from VenueCreated).


hash

hash: `0x${string}`

Defined in: trade.ts:99

The transaction hash.

Inherited from

TxResult.hash


receipt

receipt: TransactionReceipt

Defined in: trade.ts:101

The mined receipt (status, gas used, logs).

Inherited from

TxResult.receipt