Interface CpiGuard

CpiGuard as stored by the program

interface CpiGuard {
    lockCpi: boolean;
}

Properties

Properties

lockCpi: boolean

Lock certain token operations from taking place within CPI for this account

Generated using TypeDoc