TransactionBadge
A component to get a badge based on a transaction.
Usage
import { TransactionBadge } from '@aragon/ui'
function App() {
  return <TransactionBadge transaction="0x281c36aee91…c31ef3fc115" />
}Demonstration

Props
transaction
transactionTYPE
DEFAULT VALUE
String
None (required)
The transaction hash.
If this is not supplied or an invalid transaction hash is supplied, the badge will display "Invalid".
shorten
shortenTYPE
DEFAULT VALUE
Bool
true
If true, only render the first and last four characters of the transaction hash (excluding the '0x' prefix).
networkType
networkTypeTYPE
DEFAULT VALUE
String
main
Checks the type of network to get Etherscan's URL.
disabled
disabledTYPE
DEFAULT VALUE
Bool
true
Disable the link.
Last updated
Was this helpful?
