interface TonTransferRequest {
    amount: bigint;
    comment?: string;
    to: Address;
}

Properties

Properties

amount: bigint
comment?: string

Generated using TypeDoc