Interface TransferHook

TransferHook as stored by the program

interface TransferHook {
    authority: PublicKey;
    programId: PublicKey;
}

Properties

Properties

authority: PublicKey

The transfer hook update authrority

programId: PublicKey

The transfer hook program account

Generated using TypeDoc