Search
Preparing search index...
The search index is not available
@certusone/wormhole-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@certusone/wormhole-sdk
ethers_contracts
Events__factory
Class Events__factory
Hierarchy
ContractFactory
Events__factory
Index
Constructors
constructor
Properties
bytecode
interface
signer
abi
bytecode
Methods
attach
connect
deploy
get
Deploy
Transaction
connect
create
Interface
from
Solidity
get
Contract
get
Contract
Address
get
Interface
Constructors
constructor
new
Events__factory
(
signer
?:
Signer
)
:
Events__factory
Parameters
Optional
signer:
Signer
Returns
Events__factory
Properties
Readonly
bytecode
bytecode
:
string
Readonly
interface
interface
:
Interface
Readonly
signer
signer
:
Signer
Static
Readonly
abi
abi
:
{
anonymous
:
boolean
;
inputs
:
{
indexed
:
boolean
;
internalType
:
string
;
name
:
string
;
type
:
string
}
[]
;
name
:
string
;
type
:
string
}
[]
= ...
Static
Readonly
bytecode
bytecode
:
"0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea26469706673582212208e99593b787cf1b6018d8c677e203abad47d0aa0d88eb5905250c59ff173a75964736f6c63430008040033"
= ...
Methods
attach
attach
(
address
:
string
)
:
Events
Parameters
address:
string
Returns
Events
connect
connect
(
signer
:
Signer
)
:
Events__factory
Parameters
signer:
Signer
Returns
Events__factory
deploy
deploy
(
overrides
?:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
)
:
Promise
<
Events
>
Parameters
Optional
overrides:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
Returns
Promise
<
Events
>
get
Deploy
Transaction
get
Deploy
Transaction
(
overrides
?:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
)
:
TransactionRequest
Parameters
Optional
overrides:
Overrides
&
{
from
?:
string
|
Promise
<
string
>
}
Returns
TransactionRequest
Static
connect
connect
(
address
:
string
, signerOrProvider
:
Signer
|
Provider
)
:
Events
Parameters
address:
string
signerOrProvider:
Signer
|
Provider
Returns
Events
Static
create
Interface
create
Interface
(
)
:
EventsInterface
Returns
EventsInterface
Static
from
Solidity
from
Solidity
(
compilerOutput
:
any
, signer
?:
Signer
)
:
ContractFactory
Parameters
compilerOutput:
any
Optional
signer:
Signer
Returns
ContractFactory
Static
get
Contract
get
Contract
(
address
:
string
, contractInterface
:
ContractInterface
, signer
?:
Signer
)
:
Contract
Parameters
address:
string
contractInterface:
ContractInterface
Optional
signer:
Signer
Returns
Contract
Static
get
Contract
Address
get
Contract
Address
(
tx
:
{
from
:
string
;
nonce
:
number
|
BigNumber
|
BytesLike
}
)
:
string
Parameters
tx:
{
from
:
string
;
nonce
:
number
|
BigNumber
|
BytesLike
}
from
:
string
nonce
:
number
|
BigNumber
|
BytesLike
Returns
string
Static
get
Interface
get
Interface
(
contractInterface
:
ContractInterface
)
:
Interface
Parameters
contractInterface:
ContractInterface
Returns
Interface
Exports
algorand
bridge
cosmos
ethers_
contracts
nft_
bridge
rpc
solana
sui
terra
token_
bridge
utils
Events__factory
constructor
bytecode
interface
signer
abi
bytecode
attach
connect
deploy
get
Deploy
Transaction
connect
create
Interface
from
Solidity
get
Contract
get
Contract
Address
get
Interface
Generated using
TypeDoc