Skip to content

ZcashAddressInfo

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / ZcashAddressInfo

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

Address validation result

isvalid: boolean

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

Whether the address is valid


optional address: string

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

The validated address


optional address_type: ZcashAddressType

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

Address type


optional type: ZcashAddressType

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

Deprecated: same as address_type


optional ismine: boolean

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

Whether the address belongs to this wallet


optional payingkey: string

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

Sprout: paying key


optional transmissionkey: string

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

Sprout: transmission key


optional diversifier: string

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

Sapling: diversifier


optional diversifiedtransmissionkey: string

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

Sapling: diversified transmission key