addOutputs

open fun addOutputs(value: CellOutput): Nervos.TransactionPlan.Builder
open fun addOutputs(index: Int, value: CellOutput): Nervos.TransactionPlan.Builder
open fun addOutputs(builderForValue: Builder): Nervos.TransactionPlan.Builder
open fun addOutputs(index: Int, builderForValue: Builder): Nervos.TransactionPlan.Builder
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;