Input
For the complete documentation index, see llms.txt
@midnight/zswap / Input
Class: Input
차폐 트랜잭션 입력입니다.
Properties
contractAddress
readonly contractAddress: undefined | string;
발신자가 컨트랙트인 경우 입력을 수신하는 컨트랙트 주소입니다.
nullifier
readonly nullifier: string;
입력의 널리파이어입니다.
Methods
serialize()
serialize(netid): Uint8Array<ArrayBufferLike>
Parameters
netid
Returns
Uint8Array<ArrayBufferLike>
toString()
toString(compact?): string
Parameters
compact?
boolean
Returns
string
deserialize()
static deserialize(raw, netid): Input
Parameters
raw
Uint8Array<ArrayBufferLike>