Expiry and tokenKeys of IHederaTokenService.HederaToken
#103
Replies: 9 comments
-
cc @shemnon @SimiHunjan @dimitar-dinev |
Beta Was this translation helpful? Give feedback.
-
Hey @daniel-rekursive,
|
Beta Was this translation helpful? Give feedback.
-
For the second question, does it mean it's okay to leave |
Beta Was this translation helpful? Give feedback.
-
Hey @daniel-rekursive,
All other cases would result in either |
Beta Was this translation helpful? Give feedback.
-
@stoqnkpL What do you mean it is "immutable" and "cannot be updated"? |
Beta Was this translation helpful? Give feedback.
-
Usually, HTS Tokens can be updated, for example, the token name, symbol, treasury account, or other token properties can be changed on an existing token. In order to be able to execute a token update, however, you would need to sign the transaction with the token admin key. If the token has no admin key, this means it can never be updated or deleted. |
Beta Was this translation helpful? Give feedback.
-
Hey Daniel,
Sorry for the delayed response. Is this issue still relevant? I'm trying to
reproduce it, can you share a bit more context, how are you constructing
the arguments for createFungileToken()?
…On Mon, May 16, 2022 at 7:58 PM daniel-rekursive ***@***.***> wrote:
I am getting INSUFFICIENT_TX_FEE error when calling createFungibleToken()
The tx was initiated via ContractExecuteTransaction.setGas(5000000) and
setPayableAmount(100)
Why am I getting this error? @stoqnkpL <https://github.com/stoqnkpL>
Thanks
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUKIS65HJC5XS5JSIZHWDZDVKJ5BPANCNFSM5UWZK2OA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @daniel-rekursive is this still an issue for you? |
Beta Was this translation helpful? Give feedback.
-
@daniel-rekursive did you receive the information you needed. |
Beta Was this translation helpful? Give feedback.
-
HederaTokenService.createFungibleToken()
function acceptsIHederaTokenService.HederaToken
as its first arg.tokenKeys
andexpiry
be? Any detailed doc describing them?HederaTokenService.createFungibleToken(token, initialTotalSupply, decimals)
wheretoken.tokenKeys
andtoken.expiry
are empty?Example code here doesn't give me clear understanding of what those values are and what it should accept.
https://github.com/hashgraph/hedera-smart-contracts/blob/main/hts-precompile/TokenCreateContract.sol#L44-L46
Beta Was this translation helpful? Give feedback.
All reactions