Alias TransactionBuilder.Unlocker

Define Unlocker function to sign the inputs

struct TransactionBuilder
{
  // ...
  alias Unlocker = nothrow @safe Unlock function(in ref Transaction, in ref OutputRef);
  // ...
}