Use common signature type

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-08-18 14:26:53 +03:00 committed by Alex Vanin
parent a78b8a1ea5
commit 13a80df882
4 changed files with 10 additions and 19 deletions

View file

@ -180,10 +180,7 @@ message DeleteRequest {
message Body {
// Carries the address of the object to be deleted.
neo.fs.v2.refs.Address address = 1;
// Carries identifier the object owner.
neo.fs.v2.refs.OwnerID owner_id = 2;
}
}
// Body of delete object request message.
Body body = 1;