- Preparing search index...
- The search index is not available
ibcf-sdk
Constructors
constructor
- new Contract(sdk: TezosToolkit, contractAddress: string): Tezos.Contracts.Bridge.Contract
-
Parameters
-
sdk: TezosToolkit
-
contractAddress: string
Methods
computeUnwrapProofKey
- computeUnwrapProofKey(nonce: number): string
-
Returns string
getStorage
- getStorage(block?: string): Promise<BridgeStorage>
-
getUnwraps
- getUnwraps(): Promise<Unwrap[]>
-
Returns Promise<Unwrap[]>
unwrap
- unwrap(argument: UnwrapArgument): Promise<ContractMethod<ContractProvider>>
-
Returns Promise<ContractMethod<ContractProvider>>
wrap
- wrap(argument: WrapArgument): Promise<ContractMethod<ContractProvider>>
-
Returns Promise<ContractMethod<ContractProvider>>