Skip to main content

Interface: SolanaLayer

Defined in: solana-client/src/config.ts:25

The Solana OvercastLayer: a built Solana transaction (SolanaTx) is submitted to yield a TxInfo receipt, configured by a SolanaConfig. Passed as the single generic argument to the core abstractions instead of spelling out <SolanaTx, TxInfo, SolanaConfig>.

Extends

  • OvercastLayer

Properties

config

config: SolanaConfig;

Defined in: solana-client/src/config.ts:28

Overrides

OvercastLayer.config

receipt

receipt: TxInfo;

Defined in: solana-client/src/config.ts:27

Overrides

OvercastLayer.receipt

settlement

settlement: KnownSettlementLayer | string & object;

Defined in: overcast-core/dist/layer/layer.d.ts:28

Inherited from

OvercastLayer.settlement

tx

tx: Transaction;

Defined in: solana-client/src/config.ts:26

Overrides

OvercastLayer.tx