47 int status()
const override;
49 std::vector<uint64_t>
amount()
const override;
50 std::vector<uint64_t>
fee()
const override;
51 std::vector<uint64_t>
mixin()
const override;
52 std::vector<std::string>
paymentId()
const override;
std::vector< uint64_t > fee() const override
std::vector< std::string > recipientAddress() const override
Transaction-like interface for sending etn.
bool sign(const std::string &signedFileName) override
sign - Sign txs and saves to file
std::vector< uint64_t > mixin() const override
unsigned __int64 uint64_t
uint64_t minMixinCount() const override
std::string errorString() const override
UnsignedTransactionImpl(WalletImpl &wallet)
std::vector< uint64_t > amount() const override
int status() const override
std::vector< std::string > paymentId() const override
std::string confirmationMessage() const override
uint64_t txCount() const override
txCount - number of transactions current transaction will be splitted to
~UnsignedTransactionImpl()