@cashlab/moria
Preparing search index...
moria1
util
generateTransactionWithConstraintsAndPayoutRuleExcludingTxFee
Function generateTransactionWithConstraintsAndPayoutRuleExcludingTxFee
generateTransactionWithConstraintsAndPayoutRuleExcludingTxFee
(
builder_context
:
ITxGenContext
,
inputs
:
InputParamsWithUnlocker
[]
,
output_constraint_list
:
OutputConstraint
[]
,
payout_rules
:
PayoutRule
[]
,
options
:
{
strict_constraints
:
boolean
}
,
)
:
{
inputs
:
InputParamsWithUnlocker
[]
;
libauth_inputs
:
InputTemplate
<
CompilerBch
,
false
,
CompilationData
<
never
>
>
[]
;
libauth_outputs
:
Output
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
,
bigint
,
>
[]
;
libauth_source_outputs
:
Output
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
,
bigint
,
>
[]
;
libauth_transaction
:
TransactionCommon
<
Input
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
>
,
Output
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
,
bigint
>
,
>
;
outputs
:
Output
[]
;
payout_outputs
:
{
output
:
Output
;
payout_rule
:
PayoutRule
}
[]
;
txfee
:
bigint
;
}
Parameters
builder_context
:
ITxGenContext
inputs
:
InputParamsWithUnlocker
[]
output_constraint_list
:
OutputConstraint
[]
payout_rules
:
PayoutRule
[]
options
:
{
strict_constraints
:
boolean
}
Returns
{
inputs
:
InputParamsWithUnlocker
[]
;
libauth_inputs
:
InputTemplate
<
CompilerBch
,
false
,
CompilationData
<
never
>
>
[]
;
libauth_outputs
:
Output
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
,
bigint
,
>
[]
;
libauth_source_outputs
:
Output
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
,
bigint
,
>
[]
;
libauth_transaction
:
TransactionCommon
<
Input
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
>
,
Output
<
Uint8Array
<
ArrayBufferLike
>
,
Uint8Array
<
ArrayBufferLike
>
,
bigint
>
,
>
;
outputs
:
Output
[]
;
payout_outputs
:
{
output
:
Output
;
payout_rule
:
PayoutRule
}
[]
;
txfee
:
bigint
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@cashlab/moria
Loading...