BitSharp.Core.Domain.EncodedTx.Decode C# (CSharp) Method

Decode() public method

public Decode ( ) : DecodedTx
return DecodedTx
        public DecodedTx Decode() => new DecodedTx(TxBytes, lazyTx.Value);
    }