explorer icon indicating copy to clipboard operation
explorer copied to clipboard

Replace manual types with xrpl.js types

Open pdp2121 opened this issue 11 months ago • 0 comments

Replace manual types with xrpl.js types. For example: https://github.com/ripple/explorer/blob/f0d7385ed0506f7987aa157e7e257a45d9dd8324/src/containers/shared/components/Transaction/types.ts#L55-L70

should be replaced with BaseTransaction. Similar things applied to fields such as: https://github.com/ripple/explorer/blob/f0d7385ed0506f7987aa157e7e257a45d9dd8324/src/containers/shared/components/Transaction/DIDDelete/types.ts#L4-L6

pdp2121 avatar Feb 19 '25 19:02 pdp2121