Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelaySwapTransaction ¶
type RelaySwapTransaction struct {
// contains filtered or unexported fields
}
func NewRelaySwapTransaction ¶
func NewRelaySwapTransaction(service *SwapService, quoteResponse *relaylink.QuoteResponse, signer string) *RelaySwapTransaction
func (*RelaySwapTransaction) OutAmount ¶
func (tx *RelaySwapTransaction) OutAmount() *big.Int
func (*RelaySwapTransaction) Signer ¶
func (tx *RelaySwapTransaction) Signer() string
func (*RelaySwapTransaction) SlippageBps ¶
func (tx *RelaySwapTransaction) SlippageBps() int
type SwapService ¶
type SwapService struct {
// contains filtered or unexported fields
}
func NewSwapService ¶
func NewSwapService(svcCtx *svc.ServiceContext, userId int64) *SwapService
Click to show internal directories.
Click to hide internal directories.