Nethereum.Core.SimpleRLPSigner.SimpleRLPSigner C# (CSharp) Method

SimpleRLPSigner() public method

public SimpleRLPSigner ( byte data ) : System.Collections.Generic
data byte
return System.Collections.Generic
        public SimpleRLPSigner(byte[][] data)
        {
            this.numberOfElements = data.Length;
            this.data = data;
            decoded = true;
        }

Same methods

SimpleRLPSigner::SimpleRLPSigner ( byte data, byte r, byte s, byte v ) : System.Collections.Generic
SimpleRLPSigner::SimpleRLPSigner ( byte rawData, int numberOfElements ) : System.Collections.Generic