@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
PrivateCode
KeylessConfigurationResponse
Type Alias KeylessConfigurationResponse
The response for keyless configuration containing the maximum committed EPK bytes.
type
KeylessConfigurationResponse
=
{
max_commited_epk_bytes
:
number
;
max_exp_horizon_secs
:
string
;
max_extra_field_bytes
:
number
;
max_iss_val_bytes
:
number
;
max_jwt_header_b64_bytes
:
number
;
max_signatures_per_txn
:
number
;
override_aud_vals
:
string
[]
;
training_wheels_pubkey
:
{
vec
:
[
string
]
}
;
}
Index
Properties
max_
commited_
epk_
bytes
max_
exp_
horizon_
secs
max_
extra_
field_
bytes
max_
iss_
val_
bytes
max_
jwt_
header_
b64_
bytes
max_
signatures_
per_
txn
override_
aud_
vals
training_
wheels_
pubkey
Properties
max_
commited_
epk_
bytes
max_commited_epk_bytes
:
number
max_
exp_
horizon_
secs
max_exp_horizon_secs
:
string
max_
extra_
field_
bytes
max_extra_field_bytes
:
number
max_
iss_
val_
bytes
max_iss_val_bytes
:
number
max_
jwt_
header_
b64_
bytes
max_jwt_header_b64_bytes
:
number
max_
signatures_
per_
txn
max_signatures_per_txn
:
number
override_
aud_
vals
override_aud_vals
:
string
[]
training_
wheels_
pubkey
training_wheels_pubkey
:
{
vec
:
[
string
]
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max_
commited_
epk_
bytes
max_
exp_
horizon_
secs
max_
extra_
field_
bytes
max_
iss_
val_
bytes
max_
jwt_
header_
b64_
bytes
max_
signatures_
per_
txn
override_
aud_
vals
training_
wheels_
pubkey
@aptos-labs/ts-sdk - v3.1.1
Loading...
The response for keyless configuration containing the maximum committed EPK bytes.