NEARPrivateTransferResult
SIP Protocol API Reference v0.12.0
SIP Protocol API Reference / NEARPrivateTransferResult
Interface: NEARPrivateTransferResult
Section titled “Interface: NEARPrivateTransferResult”Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18221
Result of a private NEAR transfer
Properties
Section titled “Properties”txHash
Section titled “txHash”txHash:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18223
Transaction hash
stealthAddress
Section titled “stealthAddress”stealthAddress:
StealthAddress
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18225
Stealth address that received the funds
stealthAccountId
Section titled “stealthAccountId”stealthAccountId:
string
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18227
NEAR implicit account ID derived from stealth address
ephemeralPublicKey
Section titled “ephemeralPublicKey”ephemeralPublicKey:
`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18229
Ephemeral public key for recipient scanning
viewTag
Section titled “viewTag”viewTag:
number
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18231
View tag for efficient filtering
sharedSecret?
Section titled “sharedSecret?”
optionalsharedSecret?:`0x${string}`
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18233
Shared secret (for debugging, should be discarded)
blockHeight?
Section titled “blockHeight?”
optionalblockHeight?:number
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18235
Block height of the transaction
gasUsed?
Section titled “gasUsed?”
optionalgasUsed?:bigint
Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:18237
Gas used by the transaction