interface FunctionCallPermissionView {
    FunctionCall: {
        allowance: string;
        method_names: string[];
        receiver_id: string;
    };
}

Properties

Properties

FunctionCall: { allowance: string; method_names: string[]; receiver_id: string }