ptb

suspend fun ptb(client: Sui = SuiKit.client, block: ProgrammableTransactionBuilder.() -> Unit): ProgrammableTransaction

A DSL for building a ProgrammableTransaction.

Return

The constructed ProgrammableTransaction.

Parameters

block

The builder block to configure the transaction.