- Preparing search index...
- The search index is not available
ibcf-sdk
Constructors
constructor
- new Contract(sdk: TezosToolkit, contractAddress: string): Tezos.Contracts.StateAggregator.Contract
-
Parameters
-
sdk: TezosToolkit
-
contractAddress: string
Methods
getProof
- getProof(owner: string, key: string, blockLevel: number): Promise<TezosProof>
-
Parameters
-
owner: string
-
key: string
-
blockLevel: number
snapshot
- snapshot(): Promise<ContractMethod<ContractProvider>>
-
Returns Promise<ContractMethod<ContractProvider>>
Snapshot the current state and start a new one.