Versions in this module Expand all Collapse all v1 v1.0.9 Nov 20, 2024 Changes in this version + func GetAuthSigners(tx *txs.Tx, controlKeys []string) ([]string, error) + func GetLedgerDisplayName(tx *txs.Tx) string + func GetNetwork(tx *txs.Tx) (models.Network, error) + func GetOwners(network models.Network, subnetID ids.ID, transferSubnetOwnershipTxID ids.ID) ([]string, uint32, error) + func GetRemainingSigners(tx *txs.Tx, controlKeys []string) ([]string, []string, error) + func GetSubnetID(tx *txs.Tx) (ids.ID, error) + func IsCreateChainTx(tx *txs.Tx) bool + func IsTransferSubnetOwnershipTx(tx *txs.Tx) bool + func LoadFromDisk(txPath string) (*txs.Tx, error) + func SaveToDisk(tx *txs.Tx, txPath string, forceOverwrite bool) error