Show / Hide Table of Contents

    Enum Account.SigTypeEnum

    Indicates what type of signature is used by this account, must be one of: * sig * msig * lsig

    Namespace: Algorand.V2.Model
    Assembly: Algorand.dll
    Syntax
    [JsonConverter(typeof(StringEnumConverter))]
    public enum SigTypeEnum

    Fields

    Name Description
    Lsig

    Enum Lsig for value: lsig

    Msig

    Enum Msig for value: msig

    Sig

    Enum Sig for value: sig

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX