Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Swift Protocol
protocol WalletService : Sendable
var isProductionEnvironment: Bool { get }
func addSigner(_ entry: DelegatedSignerEntry, chainType: ChainType, chainName: String) async throws(WalletError) -> AddDelegatedSignerResponse
func createWallet(_ request: CreateWalletParams) async throws(WalletError) -> WalletApiModel
func fund(_ request: FundWalletRequest) async throws(WalletError)
func getWallet(_ request: GetMeWalletRequest) async throws(WalletError) -> WalletApiModel
func registerTypedSigner(_ signer: any AdminSignerData, chainType: ChainType, chainName: String) async throws(WalletError) -> AddDelegatedSignerResponse
func removeSigner(_ signerLocator: String, chainType: ChainType, chainName: String) async throws(TransactionError) -> any TransactionApiModel
Was this page helpful?