Type alias SignerOffering
SignerOffering: { cost_per_signature?: Price; device_type: DeviceType | Other; network?: Magic; response_time: number; temperature: Temperature | Other; yearly_cost?: Price; yearly_cost_basis_points?: number; } Type declaration
Optional cost_per_signature?: Price
device_type: DeviceType | Other
Optional network?: Magic
response_time: number
Optional yearly_cost?: Price
Optional yearly_cost_basis_points?: number