Function TransactionBuilder.unlockSigner

Sets the unlocker function to sign the inputs

ref TransactionBuilder unlockSigner (
  nothrow @safe Unlock function(in ref Transaction, in ref OutputRef) unlocker
) pure nothrow @nogc return @safe;

Parameters

NameDescription
unlocker function to sign the inputs of the transaction

Returns

A reference to this to allow for chaining