Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 998 Bytes

ContractWithAbiDto.md

File metadata and controls

18 lines (12 loc) · 998 Bytes

ContractWithAbiDto

Properties

Name Type Description Notes
contractAddress string The address of the contract [default to undefined]
baseAssetId string The blockchain base assetId [default to undefined]
name string The name of the contract [default to undefined]
abi Array<AbiFunction> The ABI of the contract [default to undefined]
isPublic boolean Whether the contract ABI is public [default to undefined]
isProxy boolean Whether the contract is a proxy contract [optional] [default to undefined]
implementation string The implementation contract address [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]