@gala-chain/chaincode ∙ API
API > GalaEvaluateOptions
Interface: GalaEvaluateOptions<In, Out>
Contents
- Extends
- Type parameters
- Properties
- after
- allowedOrgs
- allowedRoles
- apiMethodName
- before
- deprecated
- description
- in
- out
- sequence
- verifySignature
Extends
CommonTransactionOptions
\<In
,Out
>
Type parameters
▪ In extends ChainCallDTO
▪ Out
Properties
after
after?:
GalaTransactionAfterFn
\<In
,Out
|Out
[]>
Inherited from
CommonTransactionOptions
.after
Source
chaincode/src/contracts/GalaTransaction.ts:90
allowedOrgs
allowedOrgs?:
string
[]
Deprecated
Inherited from
CommonTransactionOptions
.allowedOrgs
Source
chaincode/src/contracts/GalaTransaction.ts:85
allowedRoles
allowedRoles?:
string
[]
Inherited from
CommonTransactionOptions
.allowedRoles
Source
chaincode/src/contracts/GalaTransaction.ts:86
apiMethodName
apiMethodName?:
string
Inherited from
CommonTransactionOptions
.apiMethodName
Source
chaincode/src/contracts/GalaTransaction.ts:87
before
before?:
GalaTransactionBeforeFn
\<In
>
Inherited from
CommonTransactionOptions
.before
Source
chaincode/src/contracts/GalaTransaction.ts:89
deprecated
deprecated?:
true
Inherited from
CommonTransactionOptions
.deprecated
Source
chaincode/src/contracts/GalaTransaction.ts:80
description
description?:
string
Inherited from
CommonTransactionOptions
.description
Source
chaincode/src/contracts/GalaTransaction.ts:81
in
in?:
ClassConstructor
\<Inferred
\<In
,any
>>
Inherited from
Source
chaincode/src/contracts/GalaTransaction.ts:82
out
out?:
OutType
\<Out
> |OutArrType
\<Out
>
Inherited from
Source
chaincode/src/contracts/GalaTransaction.ts:83
sequence
sequence?:
MethodAPI
[]
Inherited from
CommonTransactionOptions
.sequence
Source
chaincode/src/contracts/GalaTransaction.ts:88
verifySignature
verifySignature?:
true