@gala-chain/chaincode ∙ API
API > GalaTransactionOptions
Interface: GalaTransactionOptions<T>
Contents
- Extends
- Type parameters
- Properties
- after
- allowedOrgs
- allowedRoles
- apiMethodName
- before
- deprecated
- description
- enforceUniqueKey
- in
- out
- sequence
- type
- verifySignature
Extends
Type parameters
▪ T extends ChainCallDTO
Properties
after
after?:
GalaTransactionAfterFn
Inherited from
CommonTransactionOptions
.after
Source
chaincode/src/contracts/GalaTransaction.ts:86
allowedOrgs
allowedOrgs?:
string
[]
Deprecated
Inherited from
CommonTransactionOptions
.allowedOrgs
Source
chaincode/src/contracts/GalaTransaction.ts:81
allowedRoles
allowedRoles?:
string
[]
Inherited from
CommonTransactionOptions
.allowedRoles
Source
chaincode/src/contracts/GalaTransaction.ts:82
apiMethodName
apiMethodName?:
string
Inherited from
CommonTransactionOptions
.apiMethodName
Source
chaincode/src/contracts/GalaTransaction.ts:83
before
before?:
GalaTransactionBeforeFn
Inherited from
CommonTransactionOptions
.before
Source
chaincode/src/contracts/GalaTransaction.ts:85
deprecated
deprecated?:
true
Inherited from
CommonTransactionOptions
.deprecated
Source
chaincode/src/contracts/GalaTransaction.ts:76
description
description?:
string
Inherited from
CommonTransactionOptions
.description
Source
chaincode/src/contracts/GalaTransaction.ts:77
enforceUniqueKey
enforceUniqueKey?:
true
Source
chaincode/src/contracts/GalaTransaction.ts:92
in
in?:
ClassConstructor
\<Inferred
\<T
,any
>>
Inherited from
Source
chaincode/src/contracts/GalaTransaction.ts:78
out
out?:
OutType
|OutArrType
Inherited from
Source
chaincode/src/contracts/GalaTransaction.ts:79
sequence
sequence?:
MethodAPI
[]
Inherited from
CommonTransactionOptions
.sequence
Source
chaincode/src/contracts/GalaTransaction.ts:84
type
type:
GalaTransactionType
Source
chaincode/src/contracts/GalaTransaction.ts:90
verifySignature
verifySignature?:
true