Interface SetAuthorityInstructionData

TODO: docs

interface SetAuthorityInstructionData {
    authorityType: AuthorityType;
    instruction: SetAuthority;
    newAuthority: null | PublicKey;
}

Properties

authorityType: AuthorityType
instruction: SetAuthority
newAuthority: null | PublicKey

Generated using TypeDoc