Preparing search index...
The search index is not available
OPNet
OPNet
MultiSignFromBase64Params
Interface MultiSignFromBase64Params
interface
MultiSignFromBase64Params
{
chainId
?:
ChainId
;
estimatedFees
?:
bigint
;
feeRate
:
number
;
from
?:
undefined
;
minimumSignatures
:
number
;
network
:
Network
;
nonWitnessUtxo
?:
Buffer
;
optionalOutputs
?:
PsbtOutputExtended
[]
;
psbt
:
string
;
pubkeys
:
Buffer
[]
;
receiver
:
string
;
refundVault
:
string
;
requestedAmount
:
bigint
;
to
?:
undefined
;
utxos
:
UTXO
[]
;
}
Hierarchy
Omit
<
MultiSignParameters
,
"psbt"
>
MultiSignFromBase64Params
Index
Properties
chain
Id?
estimated
Fees?
fee
Rate
from?
minimum
Signatures
network
non
Witness
Utxo?
optional
Outputs?
psbt
pubkeys
receiver
refund
Vault
requested
Amount
to?
utxos
Properties
Optional
chain
Id
chain
Id
?:
ChainId
Optional
estimated
Fees
estimated
Fees
?:
bigint
Readonly
fee
Rate
fee
Rate
:
number
Optional
Readonly
from
from
?:
undefined
Readonly
minimum
Signatures
minimum
Signatures
:
number
Readonly
network
network
:
Network
Optional
non
Witness
Utxo
non
Witness
Utxo
?:
Buffer
Optional
optional
Outputs
optional
Outputs
?:
PsbtOutputExtended
[]
Readonly
psbt
psbt
:
string
Readonly
pubkeys
pubkeys
:
Buffer
[]
Readonly
receiver
receiver
:
string
Readonly
refund
Vault
refund
Vault
:
string
Readonly
requested
Amount
requested
Amount
:
bigint
Optional
Readonly
to
to
?:
undefined
utxos
utxos
:
UTXO
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chain
Id
estimated
Fees
fee
Rate
from
minimum
Signatures
network
non
Witness
Utxo
optional
Outputs
psbt
pubkeys
receiver
refund
Vault
requested
Amount
to
utxos
OPNet
Loading...