Class TokenGrantKycTransaction


public class TokenGrantKycTransaction extends Transaction<TokenGrantKycTransaction>
Grant "Know Your Customer"(KYC) for one account for a single token. This transaction MUST be signed by the `kyc_key` for the token.
The identified token MUST have a `kyc_key` set to a valid `Key` value.
The token `kyc_key` MUST NOT be an empty `KeyList`.
The identified token MUST exist and MUST NOT be deleted.
The identified account MUST exist and MUST NOT be deleted.
The identified account MUST have an association to the identified token.
On success the association between the identified account and the identified token SHALL be marked as "KYC granted". ### Block Stream Effects None