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

    Type Alias GenerateTransferLinkParams

    type GenerateTransferLinkParams = {
        amount: NativeUnits | BaseUnits;
        chain?: Chain;
        to: Address | Account;
        token?: Address | ChainContract | null;
    }
    Index

    Properties

    Properties

    The amount to transfer.

    chain?: Chain

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

    The recipient address.

    token?: Address | ChainContract | null

    The token address (optional).