CryptocurrencySDK

package module
v0.0.0-...-1333d63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 3 Imported by: 0

README

CryptocurrencySDK

This Go SDK simplifies cryptocurrency integration for developers. Supporting Bitcoin, Ethereum, Tron, and more, it offers an easy interface and clear docs for quick adoption. Whether beginner or pro, it's a valuable resource, saving time and effort to build secure crypto apps.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IWallet

type IWallet interface {
	// Create a wallet address.
	NewAddress() (*model.Address, error)
	// Transactions
	Transactions(trans []*model.ReqTransaction) []*model.ResTransaction
	// Get Wallet Balance on the Blockchain
	Balance(address string) (amount decimal.Decimal, err error)
}

Directories

Path Synopsis
contract

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL