Feat/980: New Asset proposals should require validationTimestamp (#981)

This commit is contained in:
Sam Keen 2022-08-10 12:28:40 +01:00 committed by GitHub
parent f732e66546
commit 079a4b7fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,6 +174,7 @@ interface ProposalNewAssetTerms {
};
closingTimestamp: number;
enactmentTimestamp: number;
validationTimestamp: number;
}
interface OracleSpecBinding {