add receiver field to contract
This commit is contained in:
parent
06d22e443e
commit
d663b3768b
@ -268,6 +268,9 @@ export class Contract {
|
||||
@Checkable.Optional(Checkable.String)
|
||||
repurchase_correlation_id: string;
|
||||
|
||||
@Checkable.Optional(Checkable.String)
|
||||
receiver: string;
|
||||
|
||||
static checked: (obj: any) => Contract;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user