# README
hdflibwallet
A Hdfchain wallet library written in golang for dcrwallet
Build Dependencies
Go( >= 1.11 )
Gomobile (correctly init'd with gomobile init)
Build Instructions using Gomobile
To build this libary, clone the project
go get -t github.com/hdfchain/hdflibwallet
cd $GOPATH/src/github.com/hdfchain/hdflibwallet/
and run the following commands in hdflibwallet directory.
export GO111MODULE=on
go mod download
go mod vendor
export GO111MODULE=off
gomobile bind -target=android # -target=ios for iOS
hdflibwallet can be built targeting different architectures of android which can be configured using the -target
command line argument Ex. gomobile bind -target=android/arm
, gomobile bind -target=android/386
...
Copy the generated library (hdflibwallet.aar for android or hdflibwallet.framewok in the case of iOS) into libs
directory(Frameworks
for iOS)
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DecodeTransaction uses `walletTx.Hex` to retrieve detailed information for a transaction.
No description provided by the author
No description provided by the author
ExtractDateOrTime returns the date represented by the timestamp as a date string if the timestamp is over 24 hours ago.
No description provided by the author
For use with gomobile bind, doesn't support the alternative `GenerateSeed` function because it returns more than 2 types.
Log writes a message to the log using LevelInfo.
LogT writes a tagged message to the log using LevelInfo.
No description provided by the author
No description provided by the author
No description provided by the author
RegisterLogger should be called before logRotator is initialized.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Use 80% of estimated total headers fetch time to estimate address discovery time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error Codes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Use 10% of estimated total headers fetch time to estimate rescan time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Export constants for use in mobile apps since gomobile excludes fields from sub packages.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AddressInfo holds information about an address If the address belongs to the querying wallet, IsMine will be true and the AccountNumber and AccountName values will be populated.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
* begin politea proposal types */.
No description provided by the author
No description provided by the author
Transaction is used with storm for tx indexing operations.
No description provided by the author
No description provided by the author
No description provided by the author
TxInfoFromWallet contains tx data that relates to the querying wallet.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author