interface UnblockEvent {
    args: [string];
    name: "unblock";
}

Properties

Properties

args: [string]
name: "unblock"