Preparing search index...
The search index is not available
OPNet
OPNet
IInteractionParameters
Interface IInteractionParameters
interface
IInteractionParameters
{
calldata
:
Buffer
;
chainId
?:
ChainId
;
disableAutoRefund
?:
boolean
;
estimatedFees
?:
bigint
;
feeRate
:
number
;
from
?:
string
;
network
:
Network
;
nonWitnessUtxo
?:
Buffer
;
priorityFee
:
bigint
;
randomBytes
?:
Buffer
;
signer
:
ECPairInterface
|
Signer
;
to
:
string
;
utxos
:
UTXO
[]
;
}
Hierarchy
Omit
<
SharedInteractionParameters
,
"optionalOutputs"
>
IInteractionParameters
Index
Properties
calldata
chain
Id?
disable
Auto
Refund?
estimated
Fees?
fee
Rate
from?
network
non
Witness
Utxo?
priority
Fee
random
Bytes?
signer
to
utxos
Properties
Readonly
calldata
calldata
:
Buffer
Optional
chain
Id
chain
Id
?:
ChainId
Optional
disable
Auto
Refund
disable
Auto
Refund
?:
boolean
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
Readonly
priority
Fee
priority
Fee
:
bigint
Optional
Readonly
random
Bytes
random
Bytes
?:
Buffer
Readonly
signer
signer
:
ECPairInterface
|
Signer
Readonly
to
to
:
string
utxos
utxos
:
UTXO
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
calldata
chain
Id
disable
Auto
Refund
estimated
Fees
fee
Rate
from
network
non
Witness
Utxo
priority
Fee
random
Bytes
signer
to
utxos
OPNet
Loading...