interface RoleGrantedEvent {
    account: string;
    blockNumber: number;
    gasPrice: string;
    id: string;
    logIndex: number;
    name: "RoleGranted";
    order: number;
    role: string;
    sender: string;
    timestamp: number;
    transactionHash: string;
}

Hierarchy (view full)

Properties

account: string
blockNumber: number
gasPrice: string
id: string
logIndex: number
name: "RoleGranted"
order: number
role: string
sender: string
timestamp: number
transactionHash: string

Generated using TypeDoc