Preparing search index...
The search index is not available
Taquito
Taquito
@taquito/taquito
TransferTicketParams
Interface TransferTicketParams
Description
Parameters for the transferTicket contract provider
interface
TransferTicketParams
{
destination
:
string
;
entrypoint
:
string
;
fee
?:
number
;
gasLimit
?:
number
;
source
?:
string
;
storageLimit
?:
number
;
ticketAmount
:
number
;
ticketContents
:
MichelsonV1Expression
;
ticketTicketer
:
string
;
ticketTy
:
MichelsonV1Expression
;
}
Index
Properties
destination
entrypoint
fee?
gas
Limit?
source?
storage
Limit?
ticket
Amount
ticket
Contents
ticket
Ticketer
ticket
Ty
Properties
destination
destination
:
string
entrypoint
entrypoint
:
string
Optional
fee
fee
?:
number
Optional
gas
Limit
gas
Limit
?:
number
Optional
source
source
?:
string
Optional
storage
Limit
storage
Limit
?:
number
ticket
Amount
ticket
Amount
:
number
ticket
Contents
ticket
Contents
:
MichelsonV1Expression
ticket
Ticketer
ticket
Ticketer
:
string
ticket
Ty
ticket
Ty
:
MichelsonV1Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
entrypoint
fee
gas
Limit
source
storage
Limit
ticket
Amount
ticket
Contents
ticket
Ticketer
ticket
Ty
Taquito
Loading...
Description
Parameters for the transferTicket contract provider