@cashlab/cauldron
Preparing search index...
TradeTxResult
Type Alias TradeTxResult
type
TradeTxResult
=
{
libauth_generated_transaction
:
LibauthTransaction
;
libauth_source_outputs
:
LibauthOutput
[]
;
payouts_info
:
{
index
:
number
;
output
:
Output
;
payout_rule
:
PayoutRule
}
[]
;
token_burns
:
{
amount
:
bigint
;
token_id
:
TokenId
}
[]
;
txbin
:
Uint8Array
;
txfee
:
bigint
;
}
Index
Properties
libauth_
generated_
transaction
libauth_
source_
outputs
payouts_
info
token_
burns
txbin
txfee
Properties
libauth_
generated_
transaction
libauth_generated_transaction
:
LibauthTransaction
libauth_
source_
outputs
libauth_source_outputs
:
LibauthOutput
[]
payouts_
info
payouts_info
:
{
index
:
number
;
output
:
Output
;
payout_rule
:
PayoutRule
}
[]
token_
burns
token_burns
:
{
amount
:
bigint
;
token_id
:
TokenId
}
[]
txbin
txbin
:
Uint8Array
txfee
txfee
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
libauth_
generated_
transaction
libauth_
source_
outputs
payouts_
info
token_
burns
txbin
txfee
@cashlab/cauldron
Loading...