Skip to content

@gala-chain/chaincodeAPI


API > CommonTransactionOptions

Interface: CommonTransactionOptions<In, Out>

Contents

Extended By

Type parameters

In extends ChainCallDTO

Out

Properties

after

after?: GalaTransactionAfterFn\<In, Out | Out[]>

Source

chaincode/src/contracts/GalaTransaction.ts:90


allowedOrgs

allowedOrgs?: string[]

Deprecated

Source

chaincode/src/contracts/GalaTransaction.ts:85


allowedRoles

allowedRoles?: string[]

Source

chaincode/src/contracts/GalaTransaction.ts:86


apiMethodName

apiMethodName?: string

Source

chaincode/src/contracts/GalaTransaction.ts:87


before

before?: GalaTransactionBeforeFn\<In>

Source

chaincode/src/contracts/GalaTransaction.ts:89


deprecated

deprecated?: true

Source

chaincode/src/contracts/GalaTransaction.ts:80


description

description?: string

Source

chaincode/src/contracts/GalaTransaction.ts:81


in

in?: ClassConstructor\<Inferred\<In, any>>

Source

chaincode/src/contracts/GalaTransaction.ts:82


out

out?: OutType\<Out> | OutArrType\<Out>

Source

chaincode/src/contracts/GalaTransaction.ts:83


sequence

sequence?: MethodAPI[]

Source

chaincode/src/contracts/GalaTransaction.ts:88