Preparing search index...
The search index is not available
OPNet
OPNet
IFundingTransactionParameters
Interface IFundingTransactionParameters
interface
IFundingTransactionParameters
{
amount
:
bigint
;
chainId
?:
ChainId
;
estimatedFees
?:
bigint
;
feeRate
:
number
;
from
?:
string
;
network
:
Network
;
nonWitnessUtxo
?:
Buffer
;
optionalOutputs
?:
PsbtOutputExtended
[]
;
priorityFee
:
bigint
;
signer
:
ECPairInterface
|
Signer
;
splitInputsInto
?:
number
;
to
?:
string
;
utxos
:
UTXO
[]
;
}
Hierarchy (
view full
)
ITransactionParameters
IFundingTransactionParameters
Index
Properties
amount
chain
Id?
estimated
Fees?
fee
Rate
from?
network
non
Witness
Utxo?
optional
Outputs?
priority
Fee
signer
split
Inputs
Into?
to?
utxos
Properties
amount
amount
:
bigint
Optional
chain
Id
chain
Id
?:
ChainId
Optional
estimated
Fees
estimated
Fees
?:
bigint
Readonly
fee
Rate
fee
Rate
:
number
Optional
Readonly
from
from
?:
string
Readonly
network
network
:
Network
Optional
non
Witness
Utxo
non
Witness
Utxo
?:
Buffer
Optional
optional
Outputs
optional
Outputs
?:
PsbtOutputExtended
[]
Readonly
priority
Fee
priority
Fee
:
bigint
Readonly
signer
signer
:
ECPairInterface
|
Signer
Optional
split
Inputs
Into
split
Inputs
Into
?:
number
Optional
Readonly
to
to
?:
string
utxos
utxos
:
UTXO
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
chain
Id
estimated
Fees
fee
Rate
from
network
non
Witness
Utxo
optional
Outputs
priority
Fee
signer
split
Inputs
Into
to
utxos
OPNet
Loading...