compose
suspend fun ProgrammableTransaction.compose(details: Pair<Account, ULong>, sui: Sui = SuiKit.client): String
Composes a ProgrammableTransaction into the final transaction bytes string. This is the standard extension function.
Composes a ProgrammableTransaction into the final transaction bytes string. This is the infix version for a more expressive syntax.