#Changelog
- Add
signer.resubmitTransaction(transactionId: String, redirectOptions?: RedirectOptions)
. - Add
signer.cancelTransaction(transactionId: String, redirectOptions?: RedirectOptions)
. - Add
signer.signMessage(buildSignatureData: BuildMessageSignRequestDto, redirectOptions?: RedirectOptions)
to easily sign a message. - Add support
MATIC
blockchain - PopupSigner adds by default an overlay on the parent window when the popup opens. This functionality can be disabled using the
useOverlay
inPopupOptions
. - Add
api.getTransactionStatus(transactionHash: string, secretType: SecretType)
to retrieve the status of a transaction.
- Add
VECHAIN_RAW
SignatureRequestType
- Add
AETERNITY_RAW
SignatureRequestType
- Add
networkFee
andsystemFee
properties to theNeoContractExecutionRequest
- Add Neo
outputs
to contract execution request
- When user closes
SignerPopup
, it should raise{ status: "ABORTED" }
.