Receivable
Structs
Create
struct Create {
address buyer;
address seller;
uint256 faceAmount;
uint256 repaymentTimestamp;
uint16 currencyCode;
}Name
Type
Description
Info
Last updated
struct Create {
address buyer;
address seller;
uint256 faceAmount;
uint256 repaymentTimestamp;
uint16 currencyCode;
}Last updated
struct Info {
address buyer;
address seller;
uint256 faceAmount;
uint256 repaymentTimestamp;
bool isValid;
uint16 currencyCode;
}