ConstantTokenSchema: {
    __michelsonType: "constant";
    schema: {
        hash: string;
    };
}

Type declaration

  • __michelsonType: "constant"
  • schema: {
        hash: string;
    }
    • hash: string

Generated using TypeDoc