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

    Interface GetOrCreateServerAccountOptions

    Options for getting an EVM account, or creating one if it doesn't exist.

    interface GetOrCreateServerAccountOptions {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the account.