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:93


allowedOrgs

allowedOrgs?: string[]

Deprecated

Source

chaincode/src/contracts/GalaTransaction.ts:86


allowedOriginChaincodes

allowedOriginChaincodes?: string[]

Source

chaincode/src/contracts/GalaTransaction.ts:88


allowedRoles

allowedRoles?: string[]

Source

chaincode/src/contracts/GalaTransaction.ts:87


apiMethodName

apiMethodName?: string

Source

chaincode/src/contracts/GalaTransaction.ts:90


before

before?: GalaTransactionBeforeFn\<In>

Source

chaincode/src/contracts/GalaTransaction.ts:92


deprecated

deprecated?: true

Source

chaincode/src/contracts/GalaTransaction.ts:81


description

description?: string

Source

chaincode/src/contracts/GalaTransaction.ts:82


in

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

Source

chaincode/src/contracts/GalaTransaction.ts:83


out

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

Source

chaincode/src/contracts/GalaTransaction.ts:84


quorum

quorum?: number

Source

chaincode/src/contracts/GalaTransaction.ts:89


sequence

sequence?: MethodAPI[]

Source

chaincode/src/contracts/GalaTransaction.ts:91