interface ICreate {
    issuer: string;
    maximum_supply: string;
}

Properties

issuer: string
maximum_supply: string