Documentation ¶
Index ¶
- func CallMixinRPC(node, method string, params []any) ([]byte, error)
- func GetDepositTransaction(rpc, chain, hash string, index uint64) (*common.VersionedTransaction, string, error)
- func GetSnapshot(rpc, hash string) (*common.SnapshotWithTopologicalOrder, error)
- func GetTransaction(rpc, hash string) (*common.VersionedTransaction, string, error)
- func GetUTXO(rpc, hash string, index uint64) (*common.UTXOWithLock, error)
- func ListMintDistributions(rpc string, offset, count uint64) ([]*common.VersionedTransaction, error)
- func NewServer(custom *config.Custom, store storage.Store, node *kernel.Node, port int) *http.Server
- func NewUTXOKeysRPCReader(rpc string) *utxoKeysRPCReader
- func SendRawTransaction(rpc, raw string) (crypto.Hash, error)
- type KernelInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallMixinRPC ¶ added in v0.18.16
func GetDepositTransaction ¶ added in v0.18.2
func GetSnapshot ¶ added in v0.18.21
func GetSnapshot(rpc, hash string) (*common.SnapshotWithTopologicalOrder, error)
func GetTransaction ¶ added in v0.18.2
func GetTransaction(rpc, hash string) (*common.VersionedTransaction, string, error)
func GetUTXO ¶ added in v0.18.2
func GetUTXO(rpc, hash string, index uint64) (*common.UTXOWithLock, error)
func ListMintDistributions ¶ added in v0.18.2
func ListMintDistributions(rpc string, offset, count uint64) ([]*common.VersionedTransaction, error)
func NewUTXOKeysRPCReader ¶ added in v0.18.12
func NewUTXOKeysRPCReader(rpc string) *utxoKeysRPCReader
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.