ZcashUnspentNote
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ZcashUnspentNote
Interface: ZcashUnspentNote
Section titled “Interface: ZcashUnspentNote”Defined in: @sip-protocol/types/dist/index.d.ts:1141
Unspent note (shielded UTXO)
Properties
Section titled “Properties”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
Section titled “outindex”outindex:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1147
Output index
confirmations
Section titled “confirmations”confirmations:
number
Defined in: @sip-protocol/types/dist/index.d.ts:1149
Number of confirmations
spendable
Section titled “spendable”spendable:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:1151
Whether spendable by this wallet
address
Section titled “address”address:
string
Defined in: @sip-protocol/types/dist/index.d.ts:1153
The shielded address
amount
Section titled “amount”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)
memoStr?
Section titled “memoStr?”
optionalmemoStr:string
Defined in: @sip-protocol/types/dist/index.d.ts:1159
Memo as UTF-8 if valid
change
Section titled “change”change:
boolean
Defined in: @sip-protocol/types/dist/index.d.ts:1161
Whether this is change
jsindex?
Section titled “jsindex?”
optionaljsindex:number
Defined in: @sip-protocol/types/dist/index.d.ts:1163
Sprout: joinsplit index
jsoutindex?
Section titled “jsoutindex?”
optionaljsoutindex:number
Defined in: @sip-protocol/types/dist/index.d.ts:1165
Sprout: joinsplit output index