Versions in this module Expand all Collapse all v1 v1.9.0 Oct 3, 2022 Changes in this version + type BuildGenesisArgs struct + AvaxAssetID ids.ID + Chains []Chain + Encoding formatting.Encoding + InitialSupply json.Uint64 + Message string + NetworkID json.Uint32 + Time json.Uint64 + UTXOs []UTXO + Validators []PermissionlessValidator + type BuildGenesisReply struct + Bytes string + Encoding formatting.Encoding + type Chain struct + FxIDs []ids.ID + GenesisData string + Name string + SubnetID ids.ID + VMID ids.ID + type Owner struct + Addresses []string + Locktime json.Uint64 + Threshold json.Uint32 + type PermissionedValidator struct + Connected bool + type PermissionlessValidator struct + Connected bool + DelegationFee json.Float32 + DelegationRewardOwner *Owner + Delegators []PrimaryDelegator + ExactDelegationFee *json.Uint32 + PotentialReward *json.Uint64 + RewardOwner *Owner + Staked []UTXO + Uptime *json.Float32 + ValidationRewardOwner *Owner + type PrimaryDelegator struct + PotentialReward *json.Uint64 + RewardOwner *Owner + type Staker struct + EndTime json.Uint64 + NodeID ids.NodeID + StakeAmount *json.Uint64 + StartTime json.Uint64 + TxID ids.ID + Weight *json.Uint64 + func (v *Staker) GetWeight() uint64 + type StaticClient interface + BuildGenesis func(ctx context.Context, args *BuildGenesisArgs, options ...rpc.Option) (*BuildGenesisReply, error) + func NewStaticClient(uri string) StaticClient + type StaticService struct + func (ss *StaticService) BuildGenesis(_ *http.Request, args *BuildGenesisArgs, reply *BuildGenesisReply) error + type UTXO struct + Address string + Amount json.Uint64 + Locktime json.Uint64 + Message string