gill

ProgrammableConfig

type ProgrammableConfig = {
  __kind: "V1";
  ruleSet: Option<Address>;
};

Properties

__kind

__kind: "V1";

ruleSet

ruleSet: Option<Address>;

On this page