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

    Parameters for deriving a wallet.

    type DeriveWalletInput = {
        blockchain: EvmBlockchain;
        id: string;
        metadata?: WalletMetadata;
        xRequestId?: string;
    }
    Index

    Properties

    blockchain: EvmBlockchain

    The blockchain to derive the Wallet for.

    id: string

    The ID of the wallet to derive from.

    metadata?: WalletMetadata

    Optional list of metadata fields to associate with the corresponding wallet. If count is specified, the amount of items in the array should match the count field.

    xRequestId?: string

    Developer-provided parameter used to identify this request.