ContractDeploy
For the complete documentation index, see llms.txt
컨트랙트 배포입니다.
type ContractDeploy implements ContractAction {
address: HexEncoded!
state: HexEncoded!
zswapState: HexEncoded!
transaction: Transaction!
unshieldedBalances: [ContractBalance!]!
}
Fields
ContractDeploy.address ● HexEncoded! non-null scalar
16진수로 인코딩된 직렬화 주소입니다.
ContractDeploy.state ● HexEncoded! non-null scalar
16진수로 인코딩된 직렬화 상태입니다.
ContractDeploy.zswapState ● HexEncoded! non-null scalar
16진수로 인코딩된 컨트랙트별 zswap 직렬화 상태입니다.
ContractDeploy.transaction ● Transaction! non-null interface
이 컨트랙트 배포의 트랜잭션입니다.
ContractDeploy.unshieldedBalances ● [ContractBalance!]! non-null object
이 컨트 랙트가 보유한 비차폐 토큰 잔고입니다.
Interfaces
ContractAction interface
컨트랙트 액션입니다.
Member Of
ContractCall object