Vana SDK - v0.1.0
Preparing search index...
types/contracts
ContractInfo
Interface ContractInfo<TAbi>
Contract information with typed address and ABI
interface
ContractInfo
<
TAbi
extends
Abi
=
Abi
>
{
address
:
`
0x
${
string
}
`
;
abi
:
TAbi
;
}
Type Parameters
TAbi
extends
Abi
=
Abi
Index
Properties
address
abi
Properties
address
address
:
`
0x
${
string
}
`
The contract's deployed address
abi
abi
:
TAbi
The contract's ABI
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
address
abi
Vana SDK - v0.1.0
Loading...
Contract information with typed address and ABI