@cashlab/common
    Preparing search index...

    Type Alias PayoutRuleCommon

    type PayoutRuleCommon = {
        locking_bytecode: Uint8Array;
        spending_parameters?: { key: Uint8Array; type: SpendableCoinType };
    }
    Index

    Properties

    locking_bytecode: Uint8Array

    The value defines the locking_bytecode of the generated outputs.

    spending_parameters?: { key: Uint8Array; type: SpendableCoinType }

    When defined the program can use the parameters to spend the generated payouts.