Companion

object Companion

Functions

Link copied to clipboard
fun newWithGasCoinsAllowSponsor(kind: TransactionKind, sender: AccountAddress, gasPayment: List<ObjectReference>, gasBudget: ULong, gasPrice: ULong, gasSponsor: AccountAddress): TransactionData
Link copied to clipboard
fun programmable(sender: String, gasPayment: List<ObjectReference>, pt: ProgrammableTransaction, gasBudget: ULong, gasPrice: ULong): TransactionData
fun programmable(sender: AccountAddress, gasPayment: List<ObjectReference>, pt: ProgrammableTransaction, gasBudget: ULong, gasPrice: ULong): TransactionData
Link copied to clipboard