Documentation ¶
Index ¶
- type Server
- func (s *Server) BalancesLocal(ctx context.Context, accountID stellar1.AccountID) (ret []stellar1.Balance, err error)
- func (s *Server) ExchangeRateLocal(ctx context.Context, currency stellar1.OutsideCurrencyCode) (res stellar1.OutsideExchangeRate, err error)
- func (s *Server) ExportSecretKeyLocal(ctx context.Context, accountID stellar1.AccountID) (res stellar1.SecretKey, err error)
- func (s *Server) ImportSecretKeyLocal(ctx context.Context, arg stellar1.ImportSecretKeyLocalArg) (err error)
- func (s *Server) OwnAccountLocal(ctx context.Context, accountID stellar1.AccountID) (isOwn bool, err error)
- func (s *Server) PaymentDetailCLILocal(ctx context.Context, txID string) (res stellar1.PaymentCLILocal, err error)
- func (s *Server) RecentPaymentsCLILocal(ctx context.Context, accountID *stellar1.AccountID) (res []stellar1.PaymentCLILocal, err error)
- func (s *Server) SendLocal(ctx context.Context, arg stellar1.SendLocalArg) (stellar1.PaymentResult, error)
- func (s *Server) SetDisplayCurrency(ctx context.Context, arg stellar1.SetDisplayCurrencyArg) (err error)
- func (s *Server) WalletDumpLocal(ctx context.Context) (dump stellar1.Bundle, err error)
- func (s *Server) WalletGetLocalAccounts(ctx context.Context) (ret []stellar1.LocalOwnAccount, err error)
- func (s *Server) WalletInitLocal(ctx context.Context) (err error)
- type UISource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶ added in v1.0.48
type Server struct { libkb.Contextified // contains filtered or unexported fields }
func (*Server) BalancesLocal ¶ added in v1.0.48
func (*Server) ExchangeRateLocal ¶ added in v1.0.48
func (s *Server) ExchangeRateLocal(ctx context.Context, currency stellar1.OutsideCurrencyCode) (res stellar1.OutsideExchangeRate, err error)
func (*Server) ExportSecretKeyLocal ¶ added in v1.0.48
func (*Server) ImportSecretKeyLocal ¶ added in v1.0.48
func (*Server) OwnAccountLocal ¶ added in v1.0.48
func (*Server) PaymentDetailCLILocal ¶ added in v1.0.48
func (*Server) RecentPaymentsCLILocal ¶ added in v1.0.48
func (*Server) SendLocal ¶ added in v1.0.48
func (s *Server) SendLocal(ctx context.Context, arg stellar1.SendLocalArg) (stellar1.PaymentResult, error)
func (*Server) SetDisplayCurrency ¶ added in v1.0.48
func (*Server) WalletDumpLocal ¶ added in v1.0.48
func (*Server) WalletGetLocalAccounts ¶ added in v1.0.48
Click to show internal directories.
Click to hide internal directories.