Skip to content

Commit

Permalink
fix: Revert HIP-796 Protobuf changes (cherry-pick 0.57) (#17028)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Moran <[email protected]>
  • Loading branch information
thomas-swirlds-labs authored Dec 11, 2024
1 parent 852cc14 commit abb296b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions hapi/hedera-protobufs/services/token_get_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -209,36 +209,6 @@ message TokenInfo {
* (token definition and individual NFTs).
*/
Key metadata_key = 28;

/**
* A function-specific account key.<br/>
* This key authorizes transactions to lock tokens in an account or account
* partition.
* <p>
* The key SHALL be used to authorize the locking and unlocking of tokens,
* or the transfer of locked tokens on balances held by the user
* on their account, or on the partition in their account.
*/
Key lock_key = 29;

/**
* A function-specific account key.<br/>
* This key authorizes transactions to partition fungible tokens and NFTs
* held by an account.
* <p>
* This key SHALL be used to authorize the creation, deletion, or updating
* of partition definitions owned by the token definition.
*/
Key partition_key = 30;

/**
* A function-specific account key.<br/>
* This key authorizes transactions to move tokens between partitions.
* <p>
* This key SHALL be used to authorize the movement of tokens between
* partitions.
*/
Key partition_move_key = 31;
}

/**
Expand Down

0 comments on commit abb296b

Please sign in to comment.