Versions in this module Expand all Collapse all v1 v1.0.48 May 8, 2018 Changes in this version + func ConvertLocalToXLM(localAmount string, rate stellar1.OutsideExchangeRate) (XLMAmount string, err error) + func ConvertXLMToOutside(XLMAmount string, rate stellar1.OutsideExchangeRate) (localAmount string, err error) + func CreateWalletSoft(ctx context.Context, g *libkb.GlobalContext) + func DecryptRelaySecretB64(boxB64 string, key keybase1.TeamApplicationKey) (res stellar1.RelayContents, err error) + func ExportSecretKey(ctx context.Context, g *libkb.GlobalContext, accountID stellar1.AccountID) (res stellar1.SecretKey, err error) + func GetOwnPrimaryAccountID(ctx context.Context, g *libkb.GlobalContext) (res stellar1.AccountID, err error) + func LookupSenderPrimary(ctx context.Context, g *libkb.GlobalContext) (stellar1.BundleEntry, error) + func NoteDecryptB64(ctx context.Context, g *libkb.GlobalContext, noteB64 string) (res stellar1.NoteContents, err error) + func NoteEncryptB64(ctx context.Context, g *libkb.GlobalContext, note stellar1.NoteContents, ...) (noteB64 string, err error) + func OwnAccount(ctx context.Context, g *libkb.GlobalContext, accountID stellar1.AccountID) (bool, error) + func PaymentDetailCLILocal(ctx context.Context, g *libkb.GlobalContext, remoter remote.Remoter, ...) (res stellar1.PaymentCLILocal, err error) + func RecentPaymentsCLILocal(ctx context.Context, g *libkb.GlobalContext, remoter remote.Remoter, ...) (res []stellar1.PaymentCLILocal, err error) + func RelayTransferKey(ctx context.Context, g *libkb.GlobalContext, recipient Recipient) (key keybase1.TeamApplicationKey, teamID keybase1.TeamID, err error) + func RelayTransferKeyForDecryption(ctx context.Context, g *libkb.GlobalContext, teamID keybase1.TeamID, ...) (res keybase1.TeamApplicationKey, err error) + func SendPayment(ctx context.Context, g *libkb.GlobalContext, remoter remote.Remoter, ...) (stellar1.PaymentResult, error) + func ServiceInit(g *libkb.GlobalContext) + type Recipient struct + AccountID *stellarnet.AddressStr + Assertion *keybase1.SocialAssertion + Input RecipientInput + User *libkb.User + func LookupRecipient(ctx context.Context, g *libkb.GlobalContext, to RecipientInput) (Recipient, error) + type RecipientInput string + type RelayPaymentInput struct + AmountXLM string + EncryptFor keybase1.TeamApplicationKey + From stellar1.SecretKey + Note string + SeqnoProvider build.SequenceProvider + type RelayPaymentOutput struct + EncryptedB64 string + FundTx stellarnet.SignResult + RelayAccountID stellar1.AccountID + func CreateRelayTransfer(in RelayPaymentInput) (res RelayPaymentOutput, err error) + type SeqnoProvider struct + func NewSeqnoProvider(ctx context.Context, remoter remote.Remoter) *SeqnoProvider + func (s *SeqnoProvider) SequenceForAccount(aid string) (xdr.SequenceNumber, error) + type Stellar struct + func NewStellar(g *libkb.GlobalContext) *Stellar + func (s *Stellar) CreateWalletGated(ctx context.Context) (bool, error) + func (s *Stellar) CreateWalletSoft(ctx context.Context) + func (s *Stellar) OnLogout() + func (s *Stellar) Upkeep(ctx context.Context) error v1.0.47 Apr 3, 2018 Changes in this version + func ImportSecretKey(ctx context.Context, g *libkb.GlobalContext, secretKey stellar1.SecretKey, ...) (err error) + func InitWalletSoft(ctx context.Context, g *libkb.GlobalContext) v1.0.46 Mar 28, 2018 Changes in this version + func CreateWallet(ctx context.Context, g *libkb.GlobalContext) (created bool, err error) + func CreateWalletGated(ctx context.Context, g *libkb.GlobalContext) (created bool, err error) + func Upkeep(ctx context.Context, g *libkb.GlobalContext) (err error) Incompatible versions in this module v2.1.1+incompatible Jun 20, 2018 v2.1.0+incompatible Jun 20, 2018 v2.0.0+incompatible Jun 4, 2018