export interface Transfer { readonly amount: BigNumber; readonly asset: Hash256String; readonly to: AddressString; }