TransactionDataComposer

Functions

Link copied to clipboard
fun programmable(sender: SuiAddress, gapPayment: List<ObjectReference>, pt: ProgrammableTransaction, gasBudget: ULong, gasPrice: ULong): TransactionData
Link copied to clipboard
fun programmableAllowSponsor(sender: SuiAddress, gapPayment: List<ObjectReference>, pt: ProgrammableTransaction, gasBudget: ULong, gasPrice: ULong, sponsor: SuiAddress): TransactionData
Link copied to clipboard
fun withGasCoinsAllowSponsor(kind: TransactionKind, sender: SuiAddress, gapPayment: List<ObjectReference>, gasBudget: ULong, gasPrice: ULong, sponsor: SuiAddress): TransactionData