Skip to main content

Transient

@midnight/zswap v4.0.0-rc


@midnight/zswap / Transient

Class: Transient

A shielded "transient"; an output that is immediately spent within the same transaction

Properties

commitment

readonly commitment: string;

The commitment of the transient


contractAddress

readonly contractAddress: undefined | string;

The contract address creating the transient, if applicable


nullifier

readonly nullifier: string;

The nullifier of the transient

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): Transient

Parameters

raw

Uint8Array<ArrayBufferLike>

netid

NetworkId

Returns

Transient