Skip to content

Bedrock Agentcore  >  Structures  >  EmbeddedCryptoWallet

EmbeddedCryptoWallet

Structure Class

EmbeddedCryptoWallet dataclass

Embedded crypto wallet instrument details.

Attributes

linked_accounts instance-attribute
linked_accounts: list[LinkedAccount]

List of linked accounts linked to this wallet. Each represents a way the end user can authenticate to this wallet.

network instance-attribute

The blockchain network for this embedded crypto wallet. Supported networks: ETHEREUM, SOLANA.

redirect_url class-attribute instance-attribute
redirect_url: str | None = None

URL for the end user to complete a provider-specific action such as wallet linking or onboarding.

wallet_address class-attribute instance-attribute
wallet_address: str | None = None

The wallet address on the specified blockchain network.