package
0.6.0
Repository: https://github.com/piqba/wallertme.git
Documentation: pkg.go.dev

# Functions

NewAPICardanoClient is a function in charge of to proccess all logic from cardano API More info visit here -> https://explorer-api.testnet.dandelion.link.
NewAPISolanaClient is a function in charge of to proccess all logic from solana API More info visit here -> https://api.devnet.solana.com.

# Variables

CardanoMainNet ...
CardanoTestNet ...
NetworkMap is a map that contain network information from this blockchain supports.
SolanaDevNet ...

# Structs

AddrSumary it`s a result for the cardano API.
APIClientOptions for management all clients.
APIError is used to describe errors from the API.
No description provided by the author
BlockchainNet struct that define behaivor of our logic.
CABalance get balance.
CAChainTip get general info from Chain.
CATxList get info from TXs.
CtbPut general info from Put object.
No description provided by the author
Header ...
Instruction ...
LastTxByAddr get last txs by address.
Message ...
Meta object with tx information.
No description provided by the author
PayloadReqJSONRPC it`s an object that define how the client can be make a simple request with JSON - RPC standard.
No description provided by the author
ResultTxByAddressSOL result object from getSignaturesForAddress method json-rpc.
ResultTxInfo return result information by an specific TX.
Right main object.
No description provided by the author
Transaction ...
No description provided by the author
No description provided by the author
TxInfo return information related to a TX.
No description provided by the author

# Interfaces

APICardanoClient define all methods that can be used on our program.
No description provided by the author
No description provided by the author