Exemplo n.º 1
0
 static byte[] ForgeInlinedEndorsement(InlinedEndorsement op)
 {
     return(Bytes.Concat(
                Base58.Parse(op.Branch, 2),
                ForgeEndorsement(op.Operations),
                Base58.Parse(op.Signature, 3)));
 }
Exemplo n.º 2
0
 static byte[] ForgeInlinedEndorsement(InlinedEndorsement op)
 {
     return(Bytes.Concat(
                Base58.Parse(op.Branch, 2),
                ForgeMicheNat((int)OperationTag.Endorsement),
                ForgeInt32(op.Operations.Level),
                Base58.Parse(op.Signature, 3)));
 }