type GetCapabilitiesOptions<ID extends WalletId = WalletId> = { wallet: Wallet<ID>;};
type wallet = Wallet<ID>;