Versions in this module Expand all Collapse all v0 v0.80.1 Feb 13, 2026 Changes in this version + func KeypairFromHex(hexKey string) (*keypair.Full, error) + type Chain struct + Client *rpcclient.Client + FriendbotURL string + NetworkPassphrase string + Signer StellarSigner + URL string + type ChainMetadata = chaincommon.ChainMetadata + type StellarSigner interface + Address func() string + Sign func(message []byte) ([]byte, error) + SignDecorated func(message []byte) (xdr.DecoratedSignature, error) + func NewStellarKeypairSigner(kp *keypair.Full) StellarSigner