OpenTransactions.OTAPI.WalletData.AddBitcoinAcct C# (CSharp) Méthode

AddBitcoinAcct() public méthode

public AddBitcoinAcct ( BitcoinAcct disownObject ) : bool
disownObject BitcoinAcct
Résultat bool
        public bool AddBitcoinAcct(BitcoinAcct disownObject)
        {
            bool ret = otapiPINVOKE.WalletData_AddBitcoinAcct(swigCPtr, BitcoinAcct.getCPtr(disownObject));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }