Skip to main content
Version: 2.15.0

DepthOptions

type DepthOptions = {
blockLength?: number;
finalityThreshold?: number;
};

Defined in: lib/mina/v1/graphql.ts:279

Options for querying transaction depth.

Properties

blockLength?

optional blockLength?: number;

Defined in: lib/mina/v1/graphql.ts:281

Number of blocks to search for the transaction (default: 20)


finalityThreshold?

optional finalityThreshold?: number;

Defined in: lib/mina/v1/graphql.ts:287

Number of blocks required for finality (default: 15). Default of 15 blocks provides 99.9% confidence per Mina documentation.

See

https://docs.minaprotocol.com/mina-protocol/lifecycle-of-a-payment