dsteem
    Preparing search index...

    Interface AuthorityType

    interface AuthorityType {
        account_auths: [string, number][];
        key_auths: [string | PublicKey, number][];
        weight_threshold: number;
    }

    Implemented by

    Index

    Properties

    account_auths: [string, number][]
    key_auths: [string | PublicKey, number][]
    weight_threshold: number