Skip to content

@keymaster/connect / P2pkhTransferResult

Interface: P2pkhTransferResult

p2pkh.transfer 成功结果。

Properties overview

PropertyTypeRequiredDescription
txidstringYes已广播交易的 canonical txid。
rawTxHexstringYes已签名交易 raw hex。
feeSatoshisnumberYes实际花费的 fee satoshis。

Properties

txid

txid: string

已广播交易的 canonical txid。


rawTxHex

rawTxHex: string

已签名交易 raw hex。


feeSatoshis

feeSatoshis: number

实际花费的 fee satoshis。

Capability access without key custody.