mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-15 04:25:27 +00:00
9 lines
302 B
Go
9 lines
302 B
Go
/*
|
|
The util package contains utility functions for the 0gchaind gRPC client.
|
|
|
|
For example, `account.go` includes account-related query helpers.
|
|
In this file, utilities such as `client.Util.BaseAccount(addr)` is exposed to
|
|
query an account and return an unpacked `BaseAccount` instance.
|
|
*/
|
|
package util
|