We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to create MethodDefinitionTransaction from payload, but the revocable attribute is missing
const mosaicDefTx = MosaicDefinitionTransaction.create( ... ); console.log(mosaicDefTx); const serializedTx = mosaicDefTx.serialize(); const deserializedTx = MosaicDefinitionTransaction.createFromPayload(serializedTx); console.log(deserializedTx);
This may be due to the fact that Revocable is not mentioned here.
symbol-sdk-typescript-javascript/src/model/transaction/MosaicDefinitionTransaction.ts
Line 155 in f094ab4
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
cryptoBeliever
No branches or pull requests
I want to create MethodDefinitionTransaction from payload,
but the revocable attribute is missing
This may be due to the fact that Revocable is not mentioned here.
symbol-sdk-typescript-javascript/src/model/transaction/MosaicDefinitionTransaction.ts
Line 155 in f094ab4
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: