Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdwindOne/usdt
/ functions
Functions
11 in github.com/AdwindOne/usdt
⨍
Functions
11
◇
Types & classes
7
↓ 5 callers
Method
Call
Call the RPC specified by the method variable. The args is a variable parameter list. The result is saved in result.
rpc/client.go:25
↓ 5 callers
Function
NewClient
NewClient returns a new rpcclient instance.
rpc/client.go:18
↓ 1 callers
Function
DecodeClientResponse
DecodeClientResponse decodes the response body of a client request into the interface reply.
rpc/json/client.go:50
↓ 1 callers
Function
EncodeClientRequest
EncodeClientRequest encodes parameters for a JSON-RPC client request.
rpc/json/client.go:39
↓ 1 callers
Method
GetBalance
GetBalance Returns the token balance for a given address and property. Arguments: 1. address (string, required) the address 2. propert
omnilayer.go:30
↓ 1 callers
Method
ListTransactions
ListTransactions List wallet transactions, optionally filtered by an address and block boundaries. Arguments: 1. address (string, optio
omnilayer.go:59
↓ 1 callers
Method
Send
Send Create and broadcast a simple send transaction. Arguments: 1. fromaddress (string, required) the address to send from 2. toaddress
omnilayer.go:84
Method
GetBlockCount
()
omnilayer.go:95
Method
GetTransaction
(txid string)
omnilayer.go:106
Function
NewOmniClient
NewOmniClient returns a new client instance.
omnilayer.go:14
Function
main
()
examples/send/main.go:18