# Functions
GetBitsuranceId returns the BitsuranceId of a given account.
LookupBitsuranceAccounts takes in input a slice of accounts.
WidgetURL returns the url for the Bitsurance widget for a given locale.
# Constants
ActiveStatus - insurance coverage activated.
CanceledStatus - contract got canceled.
InactiveStatus - offer support link for more info (maybe missed payment).
ProcessingStatus - when still in creation/checking phase (short time).
RefusedStatus - application got refused.
WaitPaymentStatus - accepted, but waiting on first payment.
# Structs
AccountDetails represents the response of the bitsurance server for a single account.
# Type aliases
DetailStatus is the status of the insurance contract.