export interface Transfer { readonly amount: BigNumber; readonly asset: AddressString; readonly to: AddressString; readonly data?: any; }