struct OnChain::API::MultiSigPayment

Defined in:

onchain-shard/models/multi_sig_payment.cr

Constructors

Constructor Detail

def self.new(number_of_required_signatures : UInt64, amount : UInt64, to : String, fee_amount : UInt64, fee_address : String, miners_fee : UInt64, redeem_scripts : Array(RedeemScript)) #

[View source]