Documentation ¶
Index ¶
- func NewNode(network cardano.Network, ctx context.Context, opts ...koios.Option) cardano.Node
- type KoiosCli
- func (kc *KoiosCli) Network() cardano.Network
- func (kc *KoiosCli) ProtocolParams() (*cardano.ProtocolParams, error)
- func (kc *KoiosCli) SubmitTx(tx *cardano.Tx) (*cardano.Hash32, error)
- func (kc *KoiosCli) Tip() (*cardano.NodeTip, error)
- func (kc *KoiosCli) UTxOs(a cardano.Address) ([]cardano.UTxO, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KoiosCli ¶
type KoiosCli struct { *koios.Client // contains filtered or unexported fields }
func (*KoiosCli) Network ¶
func (kc *KoiosCli) Network() cardano.Network
Network returns the node's current network type
func (*KoiosCli) ProtocolParams ¶
ProtocolParams returns the Node's Protocol Parameters
Click to show internal directories.
Click to hide internal directories.