@aptos-labs/ts-sdk - v5.1.4
Preparing search index...
PrivateCode
Groth16VerificationKeyResponse
Type Alias Groth16VerificationKeyResponse
The response containing the Groth16 verification key, including the alpha_g1 component.
type
Groth16VerificationKeyResponse
=
{
alpha_g1
:
string
;
beta_g2
:
string
;
delta_g2
:
string
;
gamma_abc_g1
:
[
string
,
string
]
;
gamma_g2
:
string
;
}
Index
Properties
alpha_
g1
beta_
g2
delta_
g2
gamma_
abc_
g1
gamma_
g2
Properties
alpha_
g1
alpha_g1
:
string
beta_
g2
beta_g2
:
string
delta_
g2
delta_g2
:
string
gamma_
abc_
g1
gamma_abc_g1
:
[
string
,
string
]
gamma_
g2
gamma_g2
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alpha_
g1
beta_
g2
delta_
g2
gamma_
abc_
g1
gamma_
g2
@aptos-labs/ts-sdk - v5.1.4
Loading...
The response containing the Groth16 verification key, including the alpha_g1 component.