Interface TokenSetAuthorizedEvent

interface TokenSetAuthorizedEvent {
    adminAddress: string;
    contractId: string;
    contractType: "SorobanToken";
    eventType: "set_authorized";
    isAuthorized: boolean;
    ledger: number;
    targetAddress: string;
    timestamp: number;
}

Hierarchy

  • BaseTokenAdminEvent
    • TokenSetAuthorizedEvent

Properties

adminAddress: string
contractId: string
contractType
eventType
isAuthorized: boolean
ledger: number
targetAddress: string
timestamp: number