Function grin_wallet_controller::command::proof_export

source ยท
pub fn proof_export<L, C, K>(
    owner_api: &mut Owner<L, C, K>,
    keychain_mask: Option<&SecretKey>,
    args: ProofExportArgs
) -> Result<(), Error>
where L: WalletLCProvider<'static, C, K> + 'static, C: NodeClient + 'static, K: Keychain + 'static,