Type alias MultichainNexusParams

MultichainNexusParams: Partial<Omit<ToNexusSmartAccountParameters, "signer">> & {
    chains: Chain[];
    signer: ToNexusSmartAccountParameters["signer"];
    transports: Transport[];
}

Parameters required to create a multichain Nexus account

Type declaration

  • chains: Chain[]

    Array of chains where the account will be deployed

  • signer: ToNexusSmartAccountParameters["signer"]

    The signer instance used for account creation

  • transports: Transport[]

    Transport to use for the Nexus Account