interface BurnFromCallObject {
    account: string;
    amount: bigint;
}

Properties

Properties

account: string
amount: bigint