@model WalletSigningOptionsModel @inject BTCPayNetworkProvider BTCPayNetworkProvider @addTagHelper *, BundlerMinifier.TagHelpers @{ var walletId = WalletId.Parse(Context.GetRouteValue("walletId").ToString()); Layout = "_LayoutWizard"; ViewData.SetActivePage(WalletsNavPages.Send, "Sign the transaction", walletId.ToString()); } @section Navbar { }

Choose your signing method

You can sign the transaction using one of the following methods.

@if (BTCPayNetworkProvider.GetNetwork(walletId.CryptoCode).VaultSupported) {
}