UNPKG

@openzeppelin/relayer-sdk

Version:
37 lines (36 loc) 774 B
/** * OpenZeppelin Relayer API * OpenZeppelin Relayer API * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Stellar policy response model for OpenAPI documentation * @export * @interface StellarPolicyResponse */ export interface StellarPolicyResponse { /** * * @type {number} * @memberof StellarPolicyResponse */ 'max_fee'?: number; /** * * @type {number} * @memberof StellarPolicyResponse */ 'min_balance'?: number; /** * * @type {number} * @memberof StellarPolicyResponse */ 'timeout_seconds'?: number; }