Preparing search index...
The search index is not available
ibcf-sdk
ibcf-sdk
Ethereum
Contracts
Bridge
Contract
Class Contract
Hierarchy
Contract
Index
Constructors
constructor
Properties
contract
Address
provider
signer
Methods
generate
Wrap
Proof
get
Asset
Address
get
Wraps
unwrap
unwrap
Processed
Constructors
constructor
new
Contract
(
signer
:
Signer
, contractAddress
:
string
)
:
Ethereum
.
Contracts
.
Bridge
.
Contract
Parameters
signer:
Signer
contractAddress:
string
Returns
Ethereum
.
Contracts
.
Bridge
.
Contract
Properties
Private
contract
Address
contract
Address
:
string
Private
provider
provider
:
JsonRpcProvider
Private
signer
signer
:
Signer
Methods
generate
Wrap
Proof
generate
Wrap
Proof
(
hexNonce
:
string
, block_number
:
number
)
:
Promise
<
WrapProof
>
Parameters
hexNonce:
string
block_number:
number
Returns
Promise
<
WrapProof
>
get
Asset
Address
get
Asset
Address
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Wraps
get
Wraps
(
fromBlock
?:
string
|
number
, toBlock
?:
string
|
number
)
:
Promise
<
Wrap
[]
>
Parameters
fromBlock:
string
|
number
= 0
toBlock:
string
|
number
= 'latest'
Returns
Promise
<
Wrap
[]
>
unwrap
unwrap
(
snapshot
:
BigNumber
, key
:
string
, value
:
string
, proof
:
string
[]
[]
)
:
Promise
<
TransactionResponse
>
Parameters
snapshot:
BigNumber
key:
string
value:
string
proof:
string
[]
[]
Returns
Promise
<
TransactionResponse
>
unwrap
Processed
unwrap
Processed
(
nonce
:
number
)
:
Promise
<
boolean
>
Parameters
nonce:
number
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
ibcf-
sdk
Ethereum
Contracts
Bridge
Validator
Tezos
Contracts
Bridge
State
Aggregator
Validator
Utils
Contract
constructor
contract
Address
provider
signer
generate
Wrap
Proof
get
Asset
Address
get
Wraps
unwrap
unwrap
Processed
Generated using
TypeDoc