Documentation ¶
Index ¶
- Constants
- func AddU128(a, b types.U128) types.U128
- func BlakeTwo256(dest []byte) [32]byte
- func BlockstoreAndKeyring(from, keystorePath, blockstorePath, startBlock string) (*signature.KeyringPair, *blockstore.Blockstore, uint64, error)
- func DecomposeSignature(sigs [][]byte) ([]uint8, [][32]byte, [][32]byte)
- func PublicKeyFromKeypair(pair *secp256k1.Keypair) []byte
- func ReadCSV(filePath string) [][]string
- func StringToBigint(src string) (*big.Int, bool)
- func WriteCSV(filePath string, lines [][]string) error
Constants ¶
View Source
const Base = 10
Variables ¶
This section is empty.
Functions ¶
func BlakeTwo256 ¶
func BlockstoreAndKeyring ¶
func BlockstoreAndKeyring(from, keystorePath, blockstorePath, startBlock string) (*signature.KeyringPair, *blockstore.Blockstore, uint64, error)
func PublicKeyFromKeypair ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.