Interface TransferHookAccount

TransferHookAccount as stored by the program

interface TransferHookAccount {
    transferring: boolean;
}

Properties

Properties

transferring: boolean

Whether or not this account is currently tranferring tokens True during the transfer hook cpi, otherwise false

Generated using TypeDoc