interface GetContractsOptions {
    recipient?: string;
    sender?: string;
}

Properties

Properties

recipient?: string
sender?: string