Skip to content

InferLedger

InferLedger<M> = M extends ContractModule<infer L, string> ? L : unknown

Defined in: src/Contract.ts:106

Infer the Ledger type from a contract module.

Type Parameters

M

M

Since

0.2.6