@circle-fin/usdckit - v0.21.0
    Preparing search index...

    Type Alias GenerateTransferLinkParams

    type GenerateTransferLinkParams = {
        amount: NativeUnits | BaseUnits;
        chain?: ViemChain;
        to: Address | Account;
        token?: Address | { abi?: Abi; address: Address } | null;
    }
    Index

    Properties

    Properties

    The amount to transfer.

    chain?: ViemChain

    The blockchain chain to use (optional, defaults to client's chain).

    The recipient address.

    token?: Address | { abi?: Abi; address: Address } | null

    The token address (optional).