CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Interface GetServerAccountOptions

    Options for getting an EVM account.

    interface GetServerAccountOptions {
        address?: `0x${string}`;
        name?: string;
    }
    Index

    Properties

    Properties

    address?: `0x${string}`

    The address of the account.

    name?: string

    The name of the account.