Type Alias KeylessConfigurationResponse
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] };
}
Type declaration
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] }
The response for keyless configuration containing the maximum committed EPK bytes.