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

    Type Alias DeriveWalletInput

    DeriveWalletInput: {
        blockchain: EvmBlockchain;
        id: string;
        metadata?: WalletMetadata;
    } & Common

    Parameters for deriving a wallet.

    Type Declaration

    • blockchain: EvmBlockchain

      The blockchain to derive the Wallet for.

    • id: string

      The ID of the wallet to derive from.

    • Optionalmetadata?: 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.