sms-upsell-api #10

Merged
Alfred-mk merged 8 commits from sms-api into master 2025-04-11 10:06:08 +02:00
Showing only changes of commit 417e7f0179 - Show all commits

View File

@ -17,5 +17,5 @@ type AccountService interface {
TokenTransfer(ctx context.Context, amount, from, to, tokenAddress string) (*models.TokenTransferResponse, error)
CheckAliasAddress(ctx context.Context, alias string) (*models.AliasAddress, error)
RequestAlias(ctx context.Context, hint string, publicKey string) (*models.RequestAliasResult, error)
SendSMS(ctx context.Context, inviterPhone, inviteePhone string) (*models.TokenTransferResponse, error)
SendSMS(ctx context.Context, inviterPhone, inviteePhone string) (*models.SendSMSResponse, error)
}