Interface InitializePermanentDelegateInstructionData

TODO: docs

interface InitializePermanentDelegateInstructionData {
    delegate: PublicKey;
    instruction: InitializePermanentDelegate;
}

Properties

delegate: PublicKey

Generated using TypeDoc