Search Results for

    Show / Hide Table of Contents

    Class ForgedReader

    Inheritance
    System.Object
    ForgedReader
    Namespace: Netezos.Forging
    Assembly: Netezos.dll
    Syntax
    public class ForgedReader : IDisposable

    Constructors

    | Improve this Doc View Source

    ForgedReader(Stream)

    Declaration
    public ForgedReader(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    | Improve this Doc View Source

    ForgedReader(Byte[])

    Declaration
    public ForgedReader(byte[] data)
    Parameters
    Type Name Description
    System.Byte[] data

    Properties

    | Improve this Doc View Source

    EndOfStream

    Declaration
    public bool EndOfStream { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StreamPosition

    Declaration
    public long StreamPosition { get; }
    Property Value
    Type Description
    System.Int64

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    ReadAddress()

    Declaration
    public string ReadAddress()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadArray()

    Declaration
    public byte[] ReadArray()
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ReadBase58(Int32, Byte[])

    Declaration
    public string ReadBase58(int length, byte[] prefix)
    Parameters
    Type Name Description
    System.Int32 length
    System.Byte[] prefix
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadBlsig()

    Declaration
    public string ReadBlsig()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadBool()

    Declaration
    public bool ReadBool()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ReadByte()

    Declaration
    public byte ReadByte()
    Returns
    Type Description
    System.Byte
    | Improve this Doc View Source

    ReadBytes(Int32)

    Declaration
    public byte[] ReadBytes(int count)
    Parameters
    Type Name Description
    System.Int32 count
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    ReadCommitmentAddress()

    Declaration
    public string ReadCommitmentAddress()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadEntrypoint()

    Declaration
    public string ReadEntrypoint()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadEnumerable<T>(Func<ForgedReader, T>)

    Declaration
    public IEnumerable<T> ReadEnumerable<T>(Func<ForgedReader, T> readData)
    Parameters
    Type Name Description
    Func<ForgedReader, T> readData
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    ReadEnumerableSingle<T>(Func<ForgedReader, T>)

    Declaration
    public T ReadEnumerableSingle<T>(Func<ForgedReader, T> readData)
    Parameters
    Type Name Description
    Func<ForgedReader, T> readData
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    ReadHexString()

    Declaration
    public string ReadHexString()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadInt32(Int32)

    Declaration
    public int ReadInt32(int len = 4)
    Parameters
    Type Name Description
    System.Int32 len
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    ReadInt64(Int32)

    Declaration
    public long ReadInt64(int len = 8)
    Parameters
    Type Name Description
    System.Int32 len
    Returns
    Type Description
    System.Int64
    | Improve this Doc View Source

    ReadKtAddress()

    Declaration
    public string ReadKtAddress()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadMicheline()

    Declaration
    public IMicheline ReadMicheline()
    Returns
    Type Description
    IMicheline
    | Improve this Doc View Source

    ReadMichelineArray()

    Declaration
    public MichelineArray ReadMichelineArray()
    Returns
    Type Description
    MichelineArray
    | Improve this Doc View Source

    ReadMichelineBytes()

    Declaration
    public MichelineBytes ReadMichelineBytes()
    Returns
    Type Description
    MichelineBytes
    | Improve this Doc View Source

    ReadMichelineInt()

    Declaration
    public MichelineInt ReadMichelineInt()
    Returns
    Type Description
    MichelineInt
    | Improve this Doc View Source

    ReadMichelineString()

    Declaration
    public MichelineString ReadMichelineString()
    Returns
    Type Description
    MichelineString
    | Improve this Doc View Source

    ReadPublicKey()

    Declaration
    public string ReadPublicKey()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadRollup()

    Declaration
    public string ReadRollup()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadSBigInt()

    Read a Micheline integer.

    Declaration
    public BigInteger ReadSBigInt()
    Returns
    Type Description
    BigInteger

    A Micheline integer.

    | Improve this Doc View Source

    ReadShardHashes()

    Declaration
    public IEnumerable<string> ReadShardHashes()
    Returns
    Type Description
    IEnumerable<System.String>
    | Improve this Doc View Source

    ReadSrAddress()

    Declaration
    public string ReadSrAddress()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadString(Int32)

    Declaration
    public string ReadString(int len = 4)
    Parameters
    Type Name Description
    System.Int32 len
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadTxrAddress()

    Declaration
    public string ReadTxrAddress()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadTz1Address()

    Declaration
    public string ReadTz1Address()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadTzAddress()

    Declaration
    public string ReadTzAddress()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ReadUBigInt()

    Read a Micheline natural.

    Declaration
    public BigInteger ReadUBigInt()
    Returns
    Type Description
    BigInteger

    A Micheline natural.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad