Type Alias NominationPoolsConfigOp

NominationPoolsConfigOp: Enum<{
    Noop: undefined;
    Remove: undefined;
    Set: SS58String;
}>