@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
CreateSwapRequest
Interface CreateSwapRequest
interface
CreateSwapRequest
{
from
:
{
account
:
GenericAccount
;
amount
:
bigint
;
token
:
TokenAddress
}
;
to
:
{
account
:
GenericAccount
;
amount
:
bigint
;
exact
?:
boolean
;
token
:
TokenAddress
;
}
;
}
Index
Properties
P
from
P
to
Properties
from
from
:
{
account
:
GenericAccount
;
amount
:
bigint
;
token
:
TokenAddress
}
to
to
:
{
account
:
GenericAccount
;
amount
:
bigint
;
exact
?:
boolean
;
token
:
TokenAddress
;
}
Type declaration
account
:
GenericAccount
amount
:
bigint
Optional
exact
?:
boolean
Indication of whether or not the received amount must be exact, defaults to false
token
:
TokenAddress
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
P
from
P
to
@keetanetwork/keetanet-client
Loading...
Indication of whether or not the received amount must be exact, defaults to false