Interface ContractAccountInfo

Interface representing contract account information containing details on the supported account abstraction version and nonce ordering format.

interface ContractAccountInfo {
    nonceOrdering: AccountNonceOrdering;
    supportedAAVersion: AccountAbstractionVersion;
}

Properties

nonceOrdering: AccountNonceOrdering

The nonce ordering format.

supportedAAVersion: AccountAbstractionVersion

The supported account abstraction version.