Type alias CandyGuardsMintSettings

CandyGuardsMintSettings: {
    [name: string]: Option<object>;
}

Sets expectations on Candy Guard mint settings which uses the name of the guard as the key and, if applicable, the mint settings of the guard as the value.

Type declaration

  • [name: string]: Option<object>

Generated using TypeDoc