Documentation ¶
Index ¶
- 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 ImportSecretKey(ctx context.Context, g *libkb.GlobalContext, secretKey stellar1.SecretKey, ...) (err error)
- func InitWalletSoft(ctx context.Context, g *libkb.GlobalContext)
- func Upkeep(ctx context.Context, g *libkb.GlobalContext) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWallet ¶
CreateWallet creates and posts an initial stellar bundle for a user. Only succeeds if they do not already have one. Safe to call even if the user has a bundle already.
func CreateWalletGated ¶
func ImportSecretKey ¶ added in v1.0.47
func InitWalletSoft ¶ added in v1.0.47
func InitWalletSoft(ctx context.Context, g *libkb.GlobalContext)
InitWalletSoft creates a user's initial wallet if they don't already have one. Does not get in the way of intentional user actions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.