Versions in this module Expand all Collapse all v1 v1.1.0 Sep 24, 2024 v1.0.0 Sep 20, 2024 Changes in this version + func GenerateTransaction(ctx context.Context, from *wallet.Wallet, to string, amount, tip int64, ...) (*tlb.ExternalMessage, error) + func GetTipTransfer(from *wallet.Wallet, tip int64) (*wallet.Message, error) + func SendTransaction(ctx context.Context, endPoint, authHeader string, w *wallet.Wallet, ...) (string, error) + type ErrorResponse struct + Code int + Message string + type TTASubmitRequest struct + Transaction struct{ ... } + Wallet string + type TTASubmitResponse struct + MsgBodyHash string