# SponsorFeeTransaction
Structure of a Sponsor Fee transaction.
# Constructor
SponsorFeeTransaction(assetId: ByteVector, minSponsoredAssetFee: Int|Unit, id: ByteVector, fee: Int, timestamp: Int, version: Int, sender: Address, senderPublicKey: ByteVector, bodyBytes: ByteVector, proofs: List[ByteVector])
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | assetId | ByteVector) | Token ID |
2 | minSponsoredAssetFee | Int|Unit | Amount of asset that is equivalent to 0.001 WAVES (100,000 WAVELET): an integer value specified in atomic units.unit – disable sponsorship |
3 | id | ByteVector | Transaction ID |
4 | fee | Int | Transaction fee |
5 | timestamp | Int | Transaction timestamp |
6 | version | Int | Transaction version |
7 | sender | Address | Address of the transaction sender |
8 | senderPublicKey | ByteVector | Public key of the transaction sender |
9 | bodyBytes | ByteVector | Transaction body bytes |
10 | proofs | List[ByteVector] | Proofs |