Skip to main content

ProofErasedInput

For the complete documentation index, see llms.txt

@midnight/zswap v4.0.0-rc


@midnight/zswap / ProofErasedInput

Class: ProofErasedInput

A Input, with all proof information erased

주로 테스트 또는 올바른 것으로 알려진 데이터 처리에 사용됩니다. external information

Properties

contractAddress

readonly contractAddress: undefined | string;

발신자가 컨트랙트인 경우 입력을 수신하는 컨트랙트 주소입니다.


nullifier

readonly nullifier: string;

입력의 널리파이어입니다.

Methods

serialize()

serialize(netid): Uint8Array<ArrayBufferLike>

Parameters

netid

NetworkId

Returns

Uint8Array<ArrayBufferLike>


toString()

toString(compact?): string

Parameters

compact?

boolean

Returns

string


deserialize()

static deserialize(raw, netid): ProofErasedInput

Parameters

raw

Uint8Array<ArrayBufferLike>

netid

NetworkId

Returns

ProofErasedInput