Holds the data for the ConfigTransaction Account and provides de/serialization functionality for that data

Implements

Constructors

Properties

actions: ConfigAction[]
bump: number
creator: PublicKey
index: bignum
multisig: PublicKey

Methods

  • Returns a readable version of ConfigTransaction properties and can be used to convert to JSON and/or logging

    Returns {
        actions: ConfigAction[];
        bump: number;
        creator: string;
        index: number | {
            toNumber: (() => number);
        };
        multisig: string;
    }

    • actions: ConfigAction[]
    • bump: number
    • creator: string
    • index: number | {
          toNumber: (() => number);
      }
    • multisig: string

Generated using TypeDoc