ContractDeploy
A contract deployment.
type ContractDeploy implements ContractAction {
address: HexEncoded!
state: HexEncoded!
zswapState: HexEncoded!
transaction: Transaction!
unshieldedBalances: [ContractBalance!]!
}
Fields
ContractDeploy.address ● HexEncoded! non-null scalar
The hex-encoded serialized address.
ContractDeploy.state ● HexEncoded! non-null scalar
The hex-encoded serialized state.
ContractDeploy.zswapState ● HexEncoded! non-null scalar
The hex-encoded serialized contract-specific zswap state.
ContractDeploy.transaction ● Transaction! non-null interface
Transaction for this contract deploy.
ContractDeploy.unshieldedBalances ● [ContractBalance!]! non-null object
Unshielded token balances held by this contract.
Interfaces
ContractAction interface
A contract action.
Member Of
ContractCall object