Skip to content

ZcashUnspentNote

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / ZcashUnspentNote

Defined in: @sip-protocol/types/dist/index.d.ts:1141

Unspent note (shielded UTXO)

txid: string

Defined in: @sip-protocol/types/dist/index.d.ts:1143

Transaction ID


pool: ZcashPool

Defined in: @sip-protocol/types/dist/index.d.ts:1145

Value pool


outindex: number

Defined in: @sip-protocol/types/dist/index.d.ts:1147

Output index


confirmations: number

Defined in: @sip-protocol/types/dist/index.d.ts:1149

Number of confirmations


spendable: boolean

Defined in: @sip-protocol/types/dist/index.d.ts:1151

Whether spendable by this wallet


address: string

Defined in: @sip-protocol/types/dist/index.d.ts:1153

The shielded address


amount: number

Defined in: @sip-protocol/types/dist/index.d.ts:1155

Value in ZEC


memo: string

Defined in: @sip-protocol/types/dist/index.d.ts:1157

Memo field (hex)


optional memoStr: string

Defined in: @sip-protocol/types/dist/index.d.ts:1159

Memo as UTF-8 if valid


change: boolean

Defined in: @sip-protocol/types/dist/index.d.ts:1161

Whether this is change


optional jsindex: number

Defined in: @sip-protocol/types/dist/index.d.ts:1163

Sprout: joinsplit index


optional jsoutindex: number

Defined in: @sip-protocol/types/dist/index.d.ts:1165

Sprout: joinsplit output index