@canton-network/example-portfolio 0.19.1 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -10
- package/dist/assets/{Avatar-BdBBdhFr.js → Avatar-CacKr2RU.js} +6 -6
- package/dist/assets/{TableRow-1kzCLPe_.js → TableRow-CT-92ySa.js} +2 -2
- package/dist/assets/copyable-identifier-DLqOdel0.js +1 -0
- package/dist/assets/index-CqwZW05Z.js +1 -0
- package/dist/assets/index-mTLQZXyn.js +1892 -0
- package/dist/assets/old-BLozOtDy.js +1 -0
- package/dist/assets/query-options-z3xkzkwq.js +1 -0
- package/dist/assets/settings-CnXMtMoE.js +1 -0
- package/dist/assets/useTransactionHistory-5tZMcYOd.js +1 -0
- package/dist/assets/useWithdrawAllocation-u2PaZjMe.js +1 -0
- package/dist/assets/wallet._walletId-CHnhr21k.js +1 -0
- package/dist/index.html +1 -1
- package/package.json +12 -8
- package/dist/assets/copyable-identifier-C5eRo0sY.js +0 -1
- package/dist/assets/index-BmVh5LL0.js +0 -1
- package/dist/assets/index-ChW8dX2O.js +0 -1328
- package/dist/assets/old-bpTMZbbE.js +0 -1
- package/dist/assets/settings-Hi0l3zPa.js +0 -1
- package/dist/assets/useTransactionHistory-DMIUQc_V.js +0 -1
- package/dist/assets/useWithdrawAllocation-C7EYo8-G.js +0 -1
- package/dist/assets/wallet._walletId-Bz5fOf1k.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{n as R,j as e,p as P,r as m,q as I,v as x,w as y,f as b,x as C,e as H,y as f,z as D}from"./index-ChW8dX2O.js";import{u as V,a as N,b as U,c as E,d as M}from"./useWithdrawAllocation-C7EYo8-G.js";import{u as O,a as q}from"./useTransactionHistory-DMIUQc_V.js";const p=({name:t,amount:s,instrument:o})=>{const i=R(o),a=`${o.id} from admin ${o.admin}`;return e.jsxs("span",{children:[t&&e.jsx("span",{children:t}),e.jsx("strong",{children:s}),i?e.jsxs("span",{title:a,children:[" ",i.instrument.symbol]}):e.jsxs("span",{title:a,children:[" ",o.id," (warning: unknown instrument)"]})]})},w=({value:t,onChange:s})=>{const o=P(),i=new Map;let a="";for(const[c,u]of o)for(const d of u){if(i.has(d.symbol))throw new Error(`duplicate symbol: ${d.symbol}`);i.set(d.symbol,{admin:c,id:d.id}),d.id===t?.id&&c===t?.admin&&(a=d.symbol)}const l=[...i.keys()].sort(),[r,n]=m.useState(a);return e.jsxs("select",{className:"select-instrument",value:r,onChange:c=>{n(c.target.value),s(i.get(c.target.value))},children:[e.jsx("option",{value:"",children:"Select an option..."},""),l.map(c=>e.jsx("option",{value:c,children:c},c))]})},F=()=>{const t=I().status?.session?.accessToken,s=x()?.partyId,{listHoldings:o,tap:i}=y(),a=b(),[l,r]=m.useState(void 0),[n,c]=m.useState(void 0),[u,d]=m.useState(1e4),g=new Date,j=m.useCallback(async()=>{if(s){const h=await o({party:s});r(h)}else r(void 0)},[s,o]);return m.useEffect(()=>{let h=!1;return(async()=>{if(s){const k=await o({party:s});h||r(k)}else r(void 0)})(),()=>{h=!0}},[s,o]),e.jsxs("div",{children:[e.jsxs("form",{onSubmit:h=>h.preventDefault(),className:"tap",children:[e.jsx(w,{value:n,onChange:h=>c(h)}),e.jsx("input",{type:"number",value:u,onChange:h=>d(Number(h.target.value))}),e.jsx("button",{type:"submit",disabled:!t||!s||!n,onClick:()=>{i({registryUrls:a,party:s,sessionToken:t,instrumentId:n,amount:u}).then(()=>j())},children:"TAP"})]}),e.jsx("ul",{children:l?.map(h=>e.jsxs("li",{children:[C.isHoldingLocked(h,g)&&e.jsx("span",{children:"🔒"}),e.jsx(p,{amount:h.amount,instrument:h.instrumentId})]},h.contractId))})]})},B=()=>{const t=H(),s=b(),[o,i]=m.useState(""),[a,l]=m.useState(""),r=[...s.keys()];return r.sort(),e.jsxs("div",{children:[e.jsx("h2",{children:"Registries"}),e.jsxs("table",{children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"Party ID"}),e.jsx("th",{children:"Registry URL"})]})}),e.jsx("tbody",{children:r.map(n=>e.jsxs("tr",{children:[e.jsx("td",{children:n}),e.jsx("td",{children:s.get(n)}),e.jsx("td",{children:e.jsx("button",{type:"submit",onClick:()=>t.deleteRegistryUrl(n),children:"🗑️"})})]},n))})]}),e.jsx("h2",{children:"Add new registry"}),e.jsxs("form",{onSubmit:n=>n.preventDefault(),children:[e.jsx("p",{children:"The party ID is optional and will be retrieved from the URL if not specified. Note that in this case you need to trust the URL to provide the right information."}),e.jsx("label",{htmlFor:"partyId",children:"Party ID: "}),e.jsx("input",{id:"partyId",value:o,onChange:n=>i(n.target.value)}),e.jsx("br",{}),e.jsx("label",{htmlFor:"url",children:"Registry URL: "}),e.jsx("input",{id:"url",value:a,onChange:n=>l(n.target.value)}),e.jsx("br",{}),e.jsx("button",{type:"submit",onClick:async()=>t.setRegistryUrl(o&&void 0,a),children:"Add registry"})]})]})},L=()=>{const t=x()?.partyId;return f(V(t))},T=({party:t,contractId:s,transferInstructionView:o})=>{const i=b(),{exerciseTransfer:a}=y(),l=o.transfer,r=o.status,{meta:n}=l,c=n.values[C.MEMO_KEY],u="tag"in r?r.tag:r.current?.tag;return e.jsxs("div",{children:["status: ",e.jsx("strong",{children:u})," ",e.jsx("br",{}),"sender: ",e.jsx("strong",{children:l.sender})," ",e.jsx("br",{}),"receiver: ",e.jsx("strong",{children:l.receiver})," ",e.jsx("br",{}),c&&e.jsxs("span",{children:["message: ",e.jsx("strong",{children:c})," ",e.jsx("br",{})]}),e.jsx(p,{amount:l.amount,instrument:l.instrumentId}),u==="TransferPendingReceiverAcceptance"&&l.receiver===t&&e.jsxs("div",{children:[e.jsx("button",{disabled:!s,onClick:()=>{a({registryUrls:i,party:t,contractId:s,instrumentId:l.instrumentId,instructionChoice:"Accept"})},children:"Accept"}),e.jsx("button",{disabled:!s,onClick:()=>{a({registryUrls:i,party:t,contractId:s,instrumentId:l.instrumentId,instructionChoice:"Reject"})},children:"Reject"})]}),l.status=="pending"&&!l.incoming&&e.jsx("button",{onClick:()=>{a({registryUrls:i,party:t,contractId:l.contractId,instrumentId:l.instrumentId,instructionChoice:"Withdraw"})},children:"Withdraw"})]})},W=()=>{const t=x()?.partyId,{data:s}=L();return e.jsxs("div",{children:[e.jsx("h2",{children:"Pending transfers"}),t&&e.jsx("ul",{children:s?.map(o=>e.jsx("li",{children:e.jsx(T,{party:t,contractId:o.contractId,transferInstructionView:o.interfaceViewValue})},o.contractId))})]})},$=()=>{const t=x()?.partyId,{mutate:s}=D(),[o,i]=m.useState(""),[a,l]=m.useState(100),[r,n]=m.useState(""),[c,u]=m.useState(void 0);return e.jsxs("form",{onSubmit:d=>d.preventDefault(),children:[e.jsx("label",{htmlFor:"instrument",children:"Instrument "}),e.jsx(w,{value:c,onChange:d=>u(d)}),e.jsx("br",{}),e.jsx("label",{htmlFor:"receiver",children:"Receiver: "}),e.jsx("input",{id:"receiver",value:o,onChange:d=>i(d.target.value)}),e.jsx("br",{}),e.jsx("label",{htmlFor:"amount",children:"Amount to transfer: "}),e.jsx("input",{id:"amount",type:"number",value:a,onChange:d=>l(Number(d.target.value))}),e.jsx("br",{}),e.jsx("label",{htmlFor:"memo",children:"Message for receiver: "}),e.jsx("input",{id:"memo",value:r,onChange:d=>n(d.target.value)}),e.jsx("br",{}),e.jsx("button",{type:"submit",disabled:!t||!c,onClick:()=>{s({instrumentId:c,sender:t,receiver:o,amount:`${a}`,expiry:new Date(Date.now()+1440*60*1e3),memo:r||void 0})},children:"Transfer"})]})},v=({change:t})=>e.jsxs("span",{children:["In:",e.jsx(p,{instrument:t.instrumentId,amount:t.inputAmount}),", Out:",e.jsx(p,{instrument:t.instrumentId,amount:t.outputAmount}),", Change:",e.jsx(p,{instrument:t.instrumentId,amount:t.amountChange})]}),Q=()=>{const t=x()?.partyId,{status:s,fetchNextPage:o,isFetchingNextPage:i,hasNextPage:a}=O(),l=q();return e.jsxs("div",{children:[e.jsx("h2",{children:"Transaction History"}),t&&l.map(r=>e.jsxs("div",{children:[e.jsxs("code",{children:["At ",r.offset," (",r.recordTime,")"]}),e.jsx("br",{}),r.events.map((n,c)=>e.jsx("div",{children:n.transferInstruction?e.jsx(T,{party:t,transferInstructionView:n.transferInstruction}):e.jsxs("div",{children:[e.jsx("strong",{children:n.label.type}),n.lockedHoldingsChangeSummaries.length>0&&e.jsxs("div",{children:[e.jsx("strong",{children:"Locked:"}),n.lockedHoldingsChangeSummaries.map((u,d)=>e.jsx(v,{change:u},d))]}),n.unlockedHoldingsChangeSummaries.length>0&&e.jsxs("div",{children:[e.jsx("strong",{children:"Locked:"}),n.unlockedHoldingsChangeSummaries.map((u,d)=>e.jsx(v,{change:u},d))]})]})},c))]},r.updateId)),!a&&e.jsx("span",{children:"(end)"}),s==="pending"&&e.jsx("span",{children:"⏳"}),!i&&a&&t&&e.jsx("button",{disabled:i||!a||!t,onClick:()=>o(),children:"load more"})]})},G=()=>{const{error:t,status:s,connect:o,open:i,disconnect:a}=I(),l=s?.isConnected,r=x()?.partyId;return e.jsxs("div",{className:"card",children:[!l&&e.jsx("button",{onClick:()=>o(),children:"connect to Wallet Gateway"}),l&&e.jsx("button",{onClick:()=>a(),children:"disconnect"}),e.jsx("button",{onClick:()=>i(),children:"open Wallet Gateway"}),t&&e.jsxs("p",{className:"error",children:[e.jsx("b",{children:"Error:"})," ",e.jsx("i",{children:t})]}),e.jsx("br",{}),l&&e.jsxs("div",{children:["Party: ",r,e.jsx("br",{}),"SessionToken: ",s?.session?.accessToken?"ok":"nope"]})]})},K=()=>{const t=x()?.partyId;return f(N(t))},A=()=>{const t=x()?.partyId;return f(U(t))},S=({transferLegId:t,transferLeg:s})=>e.jsxs("div",{children:[e.jsxs("h3",{children:["Transfer leg ",t]}),e.jsx("strong",{children:"sender:"})," ",s.sender,e.jsx("br",{}),e.jsx("strong",{children:"receiver:"})," ",s.receiver,e.jsx("br",{}),e.jsx(p,{amount:s.amount,instrument:s.instrumentId})]}),X=({party:t,contractId:s,allocation:o})=>{const{settlement:i,transferLeg:a,transferLegId:l}=o.allocation,r=b(),{withdrawAllocation:n}=y(),{refetch:c}=A();return e.jsxs("div",{children:[e.jsx("h3",{children:"Settlement"}),e.jsx("strong",{children:"executor:"})," ",i.executor,e.jsx("br",{}),e.jsx("strong",{children:"allocateBefore:"})," ",i.allocateBefore,new Date(i.allocateBefore)<=new Date&&"(EXPIRED!)",e.jsx("br",{}),e.jsx(S,{transferLegId:l,transferLeg:a}),a.sender===t&&e.jsx("button",{onClick:async()=>{await n({registryUrls:r,party:t,instrumentId:a.instrumentId,contractId:s}),c()},children:"Withdraw"})]})},z=({settlementInfo:t})=>e.jsxs("div",{children:[e.jsx("h3",{children:"Settlement"}),e.jsx("strong",{children:"executor:"})," ",t.executor,e.jsx("br",{}),e.jsx("strong",{children:"allocateBefore:"})," ",t.allocateBefore,new Date(t.allocateBefore)<=new Date&&"(EXPIRED!)",e.jsx("br",{})]}),J=({party:t,allocationRequest:s,allocationsByTransferLegId:o})=>{const{settlement:i,transferLegs:a}=s,{mutate:l}=E(),{mutate:r}=M();return e.jsxs("div",{children:[e.jsx(z,{settlementInfo:i}),e.jsx("h3",{children:"Transfer Legs"}),Object.entries(a).map(([n,c])=>e.jsxs("div",{children:[e.jsx(S,{transferLegId:n,transferLeg:c}),c.sender===t&&e.jsx("button",{onClick:()=>l({party:t,allocationSpecification:{settlement:i,transferLegId:n,transferLeg:c}}),children:"Create Allocation"}),o?.get(n)?.map(u=>e.jsxs("div",{children:[e.jsx("span",{children:"Allocation Made"}),c.sender===t&&e.jsx("button",{onClick:()=>r({party:t,instrumentId:c.instrumentId,contractId:u.contractId}),children:"Withdraw Allocation"})]},u.contractId))]},n))]})},Y=()=>{const t=y(),s=x()?.partyId,{data:o}=K(),{data:i}=A(),a=m.useCallback((n,c)=>JSON.stringify([n.settlementRef.id,n.settlementRef.cid,c]),[]),[l,r]=m.useMemo(()=>{const n=new Map,c=[];for(const u of o??[]){const{settlement:d,transferLegs:g}=u.interfaceViewValue;for(const j in g){const h=a(d,j);n.set(h,[])}}for(const u of i??[]){const{settlement:d,transferLegId:g}=u.interfaceViewValue.allocation,j=a(d,g);n.has(j)?n.get(j).push(u):(console.log(n),c.push(u))}return[n,c]},[o,i,a]);return m.useEffect(()=>{s&&(async()=>{const n=await t.listAllocationInstructions({party:s});console.log("allocationInstructions",n)})()},[t,s]),e.jsxs("div",{children:[e.jsx("h2",{children:"Allocation requests"}),s&&o?.map(n=>e.jsx("div",{children:e.jsx(J,{party:s,allocationRequest:n.interfaceViewValue,allocationsByTransferLegId:new Map(Object.keys(n.interfaceViewValue.transferLegs).map(c=>[c,l.get(a(n.interfaceViewValue.settlement,c))??[]]))})},n.contractId)),e.jsx("h2",{children:"Unknown Allocations"}),s&&r?.map(n=>e.jsx("div",{children:e.jsx(X,{party:s,contractId:n.contractId,allocation:n.interfaceViewValue})},n.contractId))]})},_=({tabs:t,initialValue:s})=>{const o=s??t[0]?.value,[i,a]=m.useState(o),l=t.find(r=>r.value===i);return e.jsxs("div",{children:[e.jsx("div",{role:"tablist",className:"flex gap-2 border-b",children:t.map(r=>e.jsx("button",{role:"tab","aria-selected":i===r.value,className:`${i===r.value?"bg-blue-500":"opacity-60"}`,onClick:()=>a(r.value),children:i===r.value?`[${r.label}]`:r.label},r.value))}),e.jsx("div",{role:"tabpanel",children:l?.content})]})};function se(){return e.jsxs(e.Fragment,{children:[e.jsx("h1",{children:"dApp Portfolio"}),e.jsx(G,{}),e.jsx(_,{tabs:[{label:"Holdings",value:"holdings",content:e.jsx(F,{})},{label:"Transfer",value:"twoStepTransfer",content:e.jsx($,{})},{label:"Pending Transfers",value:"pendingTransfers",content:e.jsx(W,{})},{label:"Transaction History",value:"transactionHistory",content:e.jsx(Q,{})},{label:"Allocations",value:"allocations",content:e.jsx(Y,{})},{label:"Registry Settings",value:"registries",content:e.jsx(B,{})}]})]})}export{se as component};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g,a as y,r as C,u as j,j as s,c as b,b as v,s as R,P as U,d as f,e as I,f as S,h as T,t as m,T as u,B as d,i as p,k as B,D as M,I as P,o as z,l as D,m as L}from"./index-ChW8dX2O.js";import{C as w}from"./copyable-identifier-C5eRo0sY.js";import{T as k,a as A,b as F,c as h,d as i,e as N}from"./TableRow-1kzCLPe_.js";function W(r){return g("MuiCard",r)}y("MuiCard",["root"]);const H=r=>{const{classes:n}=r;return v({root:["root"]},W,n)},E=R(U,{name:"MuiCard",slot:"Root"})({overflow:"hidden"}),V=C.forwardRef(function(n,o){const a=j({props:n,name:"MuiCard"}),{className:l,raised:e=!1,...t}=a,c={...a,raised:e},x=H(c);return s.jsx(E,{className:b(x.root,l),elevation:e?8:void 0,ref:o,ownerState:c,...t})});function q(r){return g("MuiCardContent",r)}y("MuiCardContent",["root"]);const $=r=>{const{classes:n}=r;return v({root:["root"]},q,n)},G=R("div",{name:"MuiCardContent",slot:"Root"})({padding:16,"&:last-child":{paddingBottom:24}}),J=C.forwardRef(function(n,o){const a=j({props:n,name:"MuiCardContent"}),{className:l,component:e="div",...t}=a,c={...a,component:e},x=$(c);return s.jsx(G,{as:e,className:b(x.root,l),ownerState:c,ref:o,...t})}),K=f(s.jsx("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z"})),O=z({partyId:L().min(1,"Party ID is required"),registryUrl:D("Must be a valid URL")});function Q(){const r=I(),n=S(),o=Array.from(n.entries()).map(([e,t])=>({partyId:e,registryUrl:t})),a=T({defaultValues:{partyId:"",registryUrl:""},onSubmit:async({value:e})=>{const t=e.partyId.trim()===""?void 0:e.partyId;r.setRegistryUrl(t,e.registryUrl),m.success("Registry URL set"),a.reset()},validators:{onChange:O}}),l=e=>{r.deleteRegistryUrl(e),m.success("Registry URL deleted")};return s.jsx(V,{sx:{mb:3},children:s.jsxs(J,{children:[s.jsx(u,{variant:"h6",component:"h2",gutterBottom:!0,children:"Registries"}),s.jsx(u,{variant:"body2",color:"text.secondary",sx:{mb:3},children:"The API URLs provided by the party managing the token standard compliant instruments"}),s.jsx(d,{sx:{mb:3},children:s.jsx("form",{onSubmit:e=>{e.preventDefault(),e.stopPropagation(),a.handleSubmit()},children:s.jsxs(d,{sx:{display:"flex",gap:2,mb:2},children:[s.jsx(a.Field,{name:"partyId",children:e=>s.jsx(p,{label:"Party ID",value:e.state.value,onChange:t=>e.handleChange(t.target.value),onBlur:e.handleBlur,error:e.state.meta.isTouched&&e.state.meta.errors.length>0,helperText:e.state.meta.isTouched&&e.state.meta.errors[0]?.message,fullWidth:!0,size:"small"})}),s.jsx(a.Field,{name:"registryUrl",children:e=>s.jsx(p,{label:"Registry URL",value:e.state.value,onChange:t=>e.handleChange(t.target.value),onBlur:e.handleBlur,error:e.state.meta.isTouched&&e.state.meta.errors.length>0,helperText:e.state.meta.isTouched&&e.state.meta.errors[0]?.message,fullWidth:!0,size:"small"})}),s.jsx(a.Subscribe,{selector:e=>({canSubmit:e.canSubmit,isSubmitting:e.isSubmitting}),children:({canSubmit:e,isSubmitting:t})=>s.jsx(B,{type:"submit",variant:"contained",disabled:!e||t,children:t?"Submitting...":"Add"})})]})})}),s.jsx(M,{sx:{mb:3}}),s.jsx(k,{component:U,variant:"outlined",sx:{borderRadius:1},children:s.jsxs(A,{size:"medium",children:[s.jsx(F,{children:s.jsxs(h,{sx:{backgroundColor:"action.hover"},children:[s.jsx(i,{sx:{py:2,px:3,fontWeight:"medium"},children:"Party ID"}),s.jsx(i,{sx:{py:2,px:3,fontWeight:"medium"},children:"Registry URL"}),s.jsx(i,{sx:{py:2,px:3,fontWeight:"medium"},children:"Actions"})]})}),s.jsx(N,{children:o.length>0?o.map(e=>s.jsxs(h,{sx:{"&:hover":{backgroundColor:"action.hover"}},children:[s.jsx(i,{sx:{py:2.5,px:3},children:s.jsx(w,{value:e.partyId,maxLength:30})}),s.jsx(i,{sx:{py:2.5,px:3},children:e.registryUrl}),s.jsx(i,{sx:{py:2.5,px:3},children:s.jsx(d,{sx:{display:"flex",gap:1},children:s.jsx(P,{size:"small",onClick:()=>l(e.partyId),color:"error",children:s.jsx(K,{fontSize:"small"})})})})]},e.partyId)):s.jsx(h,{children:s.jsx(i,{colSpan:3,sx:{py:4,px:3},children:s.jsx(d,{sx:{textAlign:"center"},children:s.jsx(u,{variant:"body1",color:"text.secondary",children:"No registries configured"})})})})})]})})]})})}function _(){return s.jsxs(d,{sx:{mt:4},children:[s.jsx(u,{variant:"h4",component:"h1",gutterBottom:!0,children:"Settings"}),s.jsx(Q,{})]})}export{_ as component};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{Q as p,a9 as P,aa as l,ab as b,A as x,v as d,w as m,r as N,ac as g,L as R}from"./index-ChW8dX2O.js";var w=class extends p{constructor(e,r){super(e,r)}bindMethods(){super.bindMethods(),this.fetchNextPage=this.fetchNextPage.bind(this),this.fetchPreviousPage=this.fetchPreviousPage.bind(this)}setOptions(e){super.setOptions({...e,behavior:P()})}getOptimisticResult(e){return e.behavior=P(),super.getOptimisticResult(e)}fetchNextPage(e){return this.fetch({...e,meta:{fetchMore:{direction:"forward"}}})}fetchPreviousPage(e){return this.fetch({...e,meta:{fetchMore:{direction:"backward"}}})}createResult(e,r){const{state:t}=e,a=super.createResult(e,r),{isFetching:i,isRefetching:s,isError:o,isRefetchError:v}=a,n=t.fetchMeta?.fetchMore?.direction,c=o&&n==="forward",u=i&&n==="forward",h=o&&n==="backward",f=i&&n==="backward";return{...a,fetchNextPage:this.fetchNextPage,fetchPreviousPage:this.fetchPreviousPage,hasNextPage:b(r,t.data),hasPreviousPage:l(r,t.data),isFetchNextPageError:c,isFetchingNextPage:u,isFetchPreviousPageError:h,isFetchingPreviousPage:f,isRefetchError:v&&!c&&!h,isRefetching:s&&!u&&!f}}};function F(e,r){return x(e,w)}const y=e=>{const{getTransactionHistory:r}=m();return F({initialPageParam:null,queryKey:R.getTransactionHistory.forParty(e),queryFn:({pageParam:t})=>e?r({party:e,request:t}):g,getNextPageParam:t=>{if(t!==g&&!t.beginIsLedgerStart)return{endInclusive:t.beginExclusive}},staleTime:1/0})},H=()=>{const e=d()?.partyId;return y(e)},T=e=>{const{data:r}=y(e);return N.useMemo(()=>{const t=new Set,a=[];for(const i of r?.pages??[])for(const s of i?.transactions??[])t.has(s.offset)||(t.add(s.offset),s.events.length>0&&a.push(s));return a},[r])},O=()=>{const e=d()?.partyId;return T(e)};export{O as a,y as b,T as c,H as u};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{w as n,L as r,f as a,J as l,K as u}from"./index-ChW8dX2O.js";const y=s=>{const{listPendingTransfers:e}=n();return{retry:10,queryKey:r.listPendingTransfers.forParty(s),queryFn:async()=>s?e({party:s}):[]}},q=s=>{const{listAllocationRequests:e}=n();return{queryKey:r.listAllocationRequests.forParty(s),queryFn:()=>e({party:s}),enabled:!!s}},f=s=>{const{listAllocations:e}=n();return{queryKey:r.listAllocations.forParty(s),queryFn:()=>e({party:s}),enabled:!!s}},A=()=>{const{createAllocation:s}=n(),e=a(),o=l();return u({mutationFn:t=>s({registryUrls:e,...t}),onSuccess:async(t,i)=>{await o.invalidateQueries({queryKey:r.listAllocations.forParty(i.party)})}})},d=()=>{const{withdrawAllocation:s}=n(),e=a(),o=l();return u({mutationFn:async t=>s({registryUrls:e,...t}),onSuccess:async(t,i)=>{await o.invalidateQueries({queryKey:r.listAllocations.forParty(i.party)})}})};export{q as a,f as b,A as c,d,y as u};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as tt,a as et,r as h,u as nt,Y as Wt,Z as Et,_ as $t,$ as Mt,a0 as zt,E as I,c as Q,j as e,b as ot,s as R,G as U,a1 as ut,a2 as Dt,P as J,a3 as Ht,d as ct,p as Lt,y as Nt,a4 as Ft,a5 as Bt,a6 as Gt,L as Ut,x as Ot,B as u,T as b,k as ft,a7 as Vt,a8 as qt,X as Kt,W as Qt}from"./index-ChW8dX2O.js";import{b as Xt,c as Yt}from"./useTransactionHistory-DMIUQc_V.js";import{C as dt}from"./copyable-identifier-C5eRo0sY.js";import{A as Zt,S as G}from"./Avatar-BdBBdhFr.js";import{T as xt,a as mt,b as ht,c as Y,d,e as gt}from"./TableRow-1kzCLPe_.js";function _t(t){return tt("MuiCollapse",t)}et("MuiCollapse",["root","horizontal","vertical","entered","hidden","wrapper","wrapperInner"]);const Jt=t=>{const{orientation:n,classes:o}=t,s={root:["root",`${n}`],entered:["entered"],hidden:["hidden"],wrapper:["wrapper",`${n}`],wrapperInner:["wrapperInner",`${n}`]};return ot(s,_t,o)},te=R("div",{name:"MuiCollapse",slot:"Root",overridesResolver:(t,n)=>{const{ownerState:o}=t;return[n.root,n[o.orientation],o.state==="entered"&&n.entered,o.state==="exited"&&!o.in&&o.collapsedSize==="0px"&&n.hidden]}})(U(({theme:t})=>({height:0,overflow:"hidden",transition:t.transitions.create("height"),variants:[{props:{orientation:"horizontal"},style:{height:"auto",width:0,transition:t.transitions.create("width")}},{props:{state:"entered"},style:{height:"auto",overflow:"visible"}},{props:{state:"entered",orientation:"horizontal"},style:{width:"auto"}},{props:({ownerState:n})=>n.state==="exited"&&!n.in&&n.collapsedSize==="0px",style:{visibility:"hidden"}}]}))),ee=R("div",{name:"MuiCollapse",slot:"Wrapper"})({display:"flex",width:"100%",variants:[{props:{orientation:"horizontal"},style:{width:"auto",height:"100%"}}]}),ne=R("div",{name:"MuiCollapse",slot:"WrapperInner"})({width:"100%",variants:[{props:{orientation:"horizontal"},style:{width:"auto",height:"100%"}}]}),at=h.forwardRef(function(n,o){const s=nt({props:n,name:"MuiCollapse"}),{addEndListener:i,children:c,className:l,collapsedSize:a="0px",component:g,easing:C,in:x,onEnter:j,onEntered:f,onEntering:A,onExit:p,onExited:P,onExiting:y,orientation:T="vertical",slots:k={},slotProps:W={},style:L,timeout:v=Wt.standard,TransitionComponent:E=Et,...N}=s,$={...s,orientation:T,collapsedSize:a},M=Jt($),m=$t(),O=Mt(),z=h.useRef(null),X=h.useRef(),V=typeof a=="number"?`${a}px`:a,F=T==="horizontal",B=F?"width":"height",q=h.useRef(null),st=zt(o,q),H=r=>w=>{if(r){const S=q.current;w===void 0?r(S):r(S,w)}},rt=()=>z.current?z.current[F?"clientWidth":"clientHeight"]:0,bt=H((r,w)=>{z.current&&F&&(z.current.style.position="absolute"),r.style[B]=V,j&&j(r,w)}),jt=H((r,w)=>{const S=rt();z.current&&F&&(z.current.style.position="");const{duration:D,easing:Z}=ut({style:L,timeout:v,easing:C},{mode:"enter"});if(v==="auto"){const pt=m.transitions.getAutoHeightDuration(S);r.style.transitionDuration=`${pt}ms`,X.current=pt}else r.style.transitionDuration=typeof D=="string"?D:`${D}ms`;r.style[B]=`${S}px`,r.style.transitionTimingFunction=Z,A&&A(r,w)}),vt=H((r,w)=>{r.style[B]="auto",f&&f(r,w)}),wt=H(r=>{r.style[B]=`${rt()}px`,p&&p(r)}),St=H(P),Ct=H(r=>{const w=rt(),{duration:S,easing:D}=ut({style:L,timeout:v,easing:C},{mode:"exit"});if(v==="auto"){const Z=m.transitions.getAutoHeightDuration(w);r.style.transitionDuration=`${Z}ms`,X.current=Z}else r.style.transitionDuration=typeof S=="string"?S:`${S}ms`;r.style[B]=V,r.style.transitionTimingFunction=D,y&&y(r)}),At=r=>{v==="auto"&&O.start(X.current||0,r),i&&i(q.current,r)},it={slots:k,slotProps:W,component:g},[Tt,lt]=I("root",{ref:st,className:Q(M.root,l),elementType:te,externalForwardedProps:it,ownerState:$,additionalProps:{style:{[F?"minWidth":"minHeight"]:V,...L}}}),[It,Rt]=I("wrapper",{ref:z,className:M.wrapper,elementType:ee,externalForwardedProps:it,ownerState:$}),[Pt,kt]=I("wrapperInner",{className:M.wrapperInner,elementType:ne,externalForwardedProps:it,ownerState:$});return e.jsx(E,{in:x,onEnter:bt,onEntered:vt,onEntering:jt,onExit:wt,onExited:St,onExiting:Ct,addEndListener:At,nodeRef:q,timeout:v==="auto"?null:v,...N,children:(r,{ownerState:w,...S})=>{const D={...$,state:r};return e.jsx(Tt,{...lt,className:Q(lt.className,{entered:M.entered,exited:!x&&V==="0px"&&M.hidden}[r]),ownerState:D,...S,children:e.jsx(It,{...Rt,ownerState:D,children:e.jsx(Pt,{...kt,ownerState:D,children:c})})})}})});at&&(at.muiSupportAuto=!0);const yt=h.createContext({});function oe(t){return tt("MuiAccordion",t)}const _=et("MuiAccordion",["root","heading","rounded","expanded","disabled","gutters","region"]),se=t=>{const{classes:n,square:o,expanded:s,disabled:i,disableGutters:c}=t;return ot({root:["root",!o&&"rounded",s&&"expanded",i&&"disabled",!c&&"gutters"],heading:["heading"],region:["region"]},oe,n)},re=R(J,{name:"MuiAccordion",slot:"Root",overridesResolver:(t,n)=>{const{ownerState:o}=t;return[{[`& .${_.region}`]:n.region},n.root,!o.square&&n.rounded,!o.disableGutters&&n.gutters]}})(U(({theme:t})=>{const n={duration:t.transitions.duration.shortest};return{position:"relative",transition:t.transitions.create(["margin"],n),overflowAnchor:"none","&::before":{position:"absolute",left:0,top:-1,right:0,height:1,content:'""',opacity:1,backgroundColor:(t.vars||t).palette.divider,transition:t.transitions.create(["opacity","background-color"],n)},"&:first-of-type":{"&::before":{display:"none"}},[`&.${_.expanded}`]:{"&::before":{opacity:0},"&:first-of-type":{marginTop:0},"&:last-of-type":{marginBottom:0},"& + &":{"&::before":{display:"none"}}},[`&.${_.disabled}`]:{backgroundColor:(t.vars||t).palette.action.disabledBackground}}}),U(({theme:t})=>({variants:[{props:n=>!n.square,style:{borderRadius:0,"&:first-of-type":{borderTopLeftRadius:(t.vars||t).shape.borderRadius,borderTopRightRadius:(t.vars||t).shape.borderRadius},"&:last-of-type":{borderBottomLeftRadius:(t.vars||t).shape.borderRadius,borderBottomRightRadius:(t.vars||t).shape.borderRadius,"@supports (-ms-ime-align: auto)":{borderBottomLeftRadius:0,borderBottomRightRadius:0}}}},{props:n=>!n.disableGutters,style:{[`&.${_.expanded}`]:{margin:"16px 0"}}}]}))),ie=R("h3",{name:"MuiAccordion",slot:"Heading"})({all:"unset"}),ae=R("div",{name:"MuiAccordion",slot:"Region"})({}),ce=h.forwardRef(function(n,o){const s=nt({props:n,name:"MuiAccordion"}),{children:i,className:c,defaultExpanded:l=!1,disabled:a=!1,disableGutters:g=!1,expanded:C,onChange:x,slots:j={},slotProps:f={},TransitionComponent:A,TransitionProps:p,...P}=s,[y,T]=Dt({controlled:C,default:l,name:"Accordion",state:"expanded"}),k=h.useCallback(H=>{T(!y),x&&x(H,!y)},[y,x,T]),[W,...L]=h.Children.toArray(i),v=h.useMemo(()=>({expanded:y,disabled:a,disableGutters:g,toggle:k}),[y,a,g,k]),E={...s,disabled:a,disableGutters:g,expanded:y},N=se(E),$={transition:A,...j},M={transition:p,...f},m={slots:$,slotProps:M},[O,z]=I("root",{elementType:re,externalForwardedProps:{...m,...P},className:Q(N.root,c),shouldForwardComponentProp:!0,ownerState:E,ref:o}),[X,V]=I("heading",{elementType:ie,externalForwardedProps:m,className:N.heading,ownerState:E}),[F,B]=I("transition",{elementType:at,externalForwardedProps:m,ownerState:E}),[q,st]=I("region",{elementType:ae,externalForwardedProps:m,ownerState:E,className:N.region,additionalProps:{"aria-labelledby":W.props.id,id:W.props["aria-controls"],role:"region"}});return e.jsxs(O,{...z,children:[e.jsx(X,{...V,children:e.jsx(yt.Provider,{value:v,children:W})}),e.jsx(F,{in:y,timeout:"auto",...B,children:e.jsx(q,{...st,children:L})})]})});function de(t){return tt("MuiAccordionDetails",t)}et("MuiAccordionDetails",["root"]);const le=t=>{const{classes:n}=t;return ot({root:["root"]},de,n)},pe=R("div",{name:"MuiAccordionDetails",slot:"Root"})(U(({theme:t})=>({padding:t.spacing(1,2,2)}))),ue=h.forwardRef(function(n,o){const s=nt({props:n,name:"MuiAccordionDetails"}),{className:i,...c}=s,l=s,a=le(l);return e.jsx(pe,{className:Q(a.root,i),ref:o,ownerState:l,...c})});function xe(t){return tt("MuiAccordionSummary",t)}const K=et("MuiAccordionSummary",["root","expanded","focusVisible","disabled","gutters","contentGutters","content","expandIconWrapper"]),me=t=>{const{classes:n,expanded:o,disabled:s,disableGutters:i}=t;return ot({root:["root",o&&"expanded",s&&"disabled",!i&&"gutters"],focusVisible:["focusVisible"],content:["content",o&&"expanded",!i&&"contentGutters"],expandIconWrapper:["expandIconWrapper",o&&"expanded"]},xe,n)},he=R(Ht,{name:"MuiAccordionSummary",slot:"Root"})(U(({theme:t})=>{const n={duration:t.transitions.duration.shortest};return{display:"flex",width:"100%",minHeight:48,padding:t.spacing(0,2),transition:t.transitions.create(["min-height","background-color"],n),[`&.${K.focusVisible}`]:{backgroundColor:(t.vars||t).palette.action.focus},[`&.${K.disabled}`]:{opacity:(t.vars||t).palette.action.disabledOpacity},[`&:hover:not(.${K.disabled})`]:{cursor:"pointer"},variants:[{props:o=>!o.disableGutters,style:{[`&.${K.expanded}`]:{minHeight:64}}}]}})),ge=R("span",{name:"MuiAccordionSummary",slot:"Content"})(U(({theme:t})=>({display:"flex",textAlign:"start",flexGrow:1,margin:"12px 0",variants:[{props:n=>!n.disableGutters,style:{transition:t.transitions.create(["margin"],{duration:t.transitions.duration.shortest}),[`&.${K.expanded}`]:{margin:"20px 0"}}}]}))),fe=R("span",{name:"MuiAccordionSummary",slot:"ExpandIconWrapper"})(U(({theme:t})=>({display:"flex",color:(t.vars||t).palette.action.active,transform:"rotate(0deg)",transition:t.transitions.create("transform",{duration:t.transitions.duration.shortest}),[`&.${K.expanded}`]:{transform:"rotate(180deg)"}}))),ye=h.forwardRef(function(n,o){const s=nt({props:n,name:"MuiAccordionSummary"}),{children:i,className:c,expandIcon:l,focusVisibleClassName:a,onClick:g,slots:C,slotProps:x,...j}=s,{disabled:f=!1,disableGutters:A,expanded:p,toggle:P}=h.useContext(yt),y=m=>{P&&P(m),g&&g(m)},T={...s,expanded:p,disabled:f,disableGutters:A},k=me(T),W={slots:C,slotProps:x},[L,v]=I("root",{ref:o,shouldForwardComponentProp:!0,className:Q(k.root,c),elementType:he,externalForwardedProps:{...W,...j},ownerState:T,additionalProps:{focusRipple:!1,disableRipple:!0,disabled:f,"aria-expanded":p,focusVisibleClassName:Q(k.focusVisible,a)},getSlotProps:m=>({...m,onClick:O=>{m.onClick?.(O),y(O)}})}),[E,N]=I("content",{className:k.content,elementType:ge,externalForwardedProps:W,ownerState:T}),[$,M]=I("expandIconWrapper",{className:k.expandIconWrapper,elementType:fe,externalForwardedProps:W,ownerState:T});return e.jsxs(L,{...v,children:[e.jsx(E,{...N,children:i}),l&&e.jsx($,{...M,children:l})]})}),be=ct(e.jsx("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z"})),je=t=>{const n=Lt(),o=Nt({queryKey:Ut.listHoldings.forParty(t),queryFn:()=>Gt({party:t}),enabled:!!t});return{instruments:h.useMemo(()=>o.data?Ft(Bt(o.data),n):[],[o.data,n]),holdings:o.data??[],isLoading:o.isLoading,isError:o.isError,error:o.error,refetch:o.refetch}},ve=ct(e.jsx("path",{d:"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"})),we=ct(e.jsx("path",{d:"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2m-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1z"})),Se=({holding:t,symbol:n})=>{const o=Ot.isHoldingLocked(t,new Date);return e.jsxs(u,{sx:{py:1.5,px:2,display:"flex",alignItems:"center",justifyContent:"space-between","&:not(:last-child)":{borderBottom:s=>`1px solid ${s.palette.divider}`}},children:[e.jsxs(u,{sx:{display:"flex",alignItems:"center",gap:1},children:[e.jsxs(b,{variant:"body2",children:[t.amount," ",n]}),o&&e.jsx(we,{fontSize:"small",color:"warning",sx:{fontSize:16}})]}),e.jsx(dt,{value:t.contractId,maxLength:12})]})},Ce=({aggregatedHolding:t,holdings:n})=>{const o=t.instrument?.symbol??t.instrumentId.id,s=t.instrument?.name??t.instrumentId.id,i=t.lockedAmount!=="0";return e.jsxs(ce,{disableGutters:!0,sx:{"&:before":{display:"none"},boxShadow:"none","&:not(:last-child)":{borderBottom:c=>`1px solid ${c.palette.divider}`}},children:[e.jsx(ye,{expandIcon:e.jsx(ve,{}),sx:{"&:hover":{backgroundColor:"action.hover"}},children:e.jsxs(u,{sx:{display:"flex",alignItems:"center",gap:2,width:"100%",pr:2},children:[e.jsx(Zt,{sx:{width:32,height:32,fontSize:14},children:o[0]}),e.jsxs(u,{sx:{flexGrow:1},children:[e.jsx(b,{variant:"body2",color:"textSecondary",sx:{maxWidth:"150px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:s}),e.jsxs(b,{variant:"body1",fontWeight:"bold",children:[t.totalAmount," ",o]})]}),i&&e.jsxs(u,{sx:{textAlign:"right"},children:[e.jsxs(b,{variant:"body2",color:"success.main",children:[t.availableAmount," available"]}),e.jsxs(b,{variant:"body2",color:"textSecondary",children:[t.lockedAmount," locked"]})]})]})}),e.jsxs(ue,{sx:{p:0,pl:6},children:[e.jsxs(b,{variant:"caption",color:"textSecondary",sx:{px:2,pt:1,display:"block",textTransform:"uppercase",letterSpacing:.5},children:[t.numOfHoldings," holding",t.numOfHoldings!==1?"s":""]}),e.jsx(u,{children:n.map(c=>e.jsx(Se,{holding:c,symbol:o},c.contractId))})]})]})},Ae=t=>new Date(t).toLocaleString(),Te=t=>{const n=t.events[0];return n?n.label.type:"Unknown"},Ie=t=>{const n=t.events[0];if(!n)return"-";if(n.transferInstruction?.transfer?.instrumentId){const{admin:s,id:i}=n.transferInstruction.transfer.instrumentId;return i||s}const o=n.unlockedHoldingsChangeSummaries[0]||n.lockedHoldingsChangeSummaries[0];return o?.instrumentId?o.instrumentId.id||o.instrumentId.admin:"-"},Re=(t,n)=>{const o=t.events[0];if(!o)return{amount:"-",isOutgoing:!1};if(o.transferInstruction?.transfer){const i=o.transferInstruction.transfer,c=i.amount||"0",l=i.sender===n;return{amount:c,isOutgoing:l}}const s=o.unlockedHoldingsChangeSummaries[0]||o.lockedHoldingsChangeSummaries[0];if(s){const i=s.amountChange||"0",l=new Vt(i).isNegative();return{amount:i,isOutgoing:l}}return{amount:"-",isOutgoing:!1}},Pe=(t,n)=>{const o=t.events[0];if(!o)return"-";if(o.transferInstruction?.transfer){const s=o.transferInstruction.transfer;if(s.sender===n)return s.receiver||"-";if(s.receiver===n)return s.sender||"-"}return"-"},ke=({transactions:t,walletId:n,hasNextPage:o,isFetching:s,isFetchingNextPage:i,onLoadMore:c})=>{const l=t.length>0;return console.log("transactions",t),s&&!l?e.jsx(xt,{component:J,variant:"outlined",sx:{borderRadius:1,overflow:"hidden"},children:e.jsxs(mt,{size:"medium",children:[e.jsx(ht,{children:e.jsxs(Y,{sx:{backgroundColor:"action.hover"},children:[e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Type"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Date"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Asset"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Amount"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Counterparty"})]})}),e.jsx(gt,{children:[1,2,3].map(a=>e.jsxs(Y,{children:[e.jsx(d,{sx:{py:2.5,px:3},children:e.jsx(G,{variant:"text",width:80})}),e.jsx(d,{sx:{py:2.5,px:3},children:e.jsx(G,{variant:"text",width:120})}),e.jsx(d,{sx:{py:2.5,px:3},children:e.jsx(G,{variant:"text",width:60})}),e.jsx(d,{sx:{py:2.5,px:3},children:e.jsx(G,{variant:"text",width:80})}),e.jsx(d,{sx:{py:2.5,px:3},children:e.jsx(G,{variant:"text",width:150})})]},a))})]})}):e.jsxs(u,{children:[e.jsx(xt,{component:J,variant:"outlined",sx:{borderRadius:1,overflow:"hidden"},children:e.jsxs(mt,{size:"medium",children:[e.jsx(ht,{children:e.jsxs(Y,{sx:{backgroundColor:"action.hover"},children:[e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Type"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Date"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Asset"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Amount"}),e.jsx(d,{sx:{py:2,px:3,fontWeight:"medium"},children:"Counterparty"})]})}),e.jsx(gt,{children:l?t.map(a=>{const g=Te(a),C=Ie(a),{amount:x,isOutgoing:j}=Re(a,n),f=Pe(a,n),A=j?"-":"+",p=j?"error.main":"success.main";return e.jsxs(Y,{sx:{"&:hover":{backgroundColor:"action.hover"},"&:last-child td":{border:0}},children:[e.jsx(d,{component:"th",scope:"row",sx:{py:2.5,px:3},children:g}),e.jsx(d,{sx:{py:2.5,px:3},children:Ae(a.recordTime)}),e.jsx(d,{sx:{py:2.5,px:3},children:e.jsx(u,{component:"span",sx:{px:1.5,py:.5,backgroundColor:"action.selected",color:"text.primary",borderRadius:1,fontSize:"0.875rem",display:"inline-block"},children:C})}),e.jsx(d,{sx:{py:2.5,px:3,color:p,fontWeight:"medium"},children:x==="-"?"-":`${A}${x}`}),e.jsx(d,{sx:{py:2.5,px:3},children:f==="-"?"-":e.jsx(dt,{value:f})})]},a.updateId)}):e.jsx(Y,{children:e.jsx(d,{colSpan:5,sx:{py:4,px:3},children:e.jsx(u,{sx:{textAlign:"center"},children:e.jsx(b,{variant:"body1",color:"text.secondary",children:"There are currently no transactions in this wallet"})})})})})]})}),o&&e.jsx(u,{sx:{mt:2,textAlign:"center"},children:e.jsx(ft,{variant:"outlined",onClick:c,disabled:i,size:"small",children:i?"Loading...":"Load more"})})]})};function De(){const{walletId:t}=qt.useParams(),s=Kt().find(p=>p.partyId===t)?.hint??"Unknown Wallet",{instruments:i,holdings:c,isLoading:l,isError:a}=je(t),{status:g,fetchNextPage:C,isFetchingNextPage:x,hasNextPage:j}=Xt(t),f=Yt(t),A=p=>c.filter(P=>P.instrumentId.admin===p.admin&&P.instrumentId.id===p.id);return e.jsxs(u,{sx:{my:4},children:[e.jsx(ft,{component:Qt,to:"/",startIcon:e.jsx(be,{}),sx:{mb:2},children:"Back to Dashboard"}),e.jsxs(u,{sx:{mb:4},children:[e.jsx(b,{variant:"h4",component:"h1",fontWeight:"bold",children:s}),e.jsx(u,{sx:{mt:1},children:e.jsx(dt,{value:t,maxLength:16})})]}),e.jsx(b,{variant:"h6",sx:{mb:2,textTransform:"uppercase"},fontWeight:"bold",children:"Holdings"}),e.jsx(J,{variant:"outlined",children:l?e.jsxs(u,{sx:{p:2},children:[e.jsx(G,{variant:"rectangular",height:60}),e.jsx(G,{variant:"rectangular",height:60,sx:{mt:1}})]}):a?e.jsx(u,{sx:{p:4,textAlign:"center"},children:e.jsx(b,{color:"error",children:"Failed to load holdings"})}):i.length===0?e.jsx(u,{sx:{p:4,textAlign:"center"},children:e.jsx(b,{color:"textSecondary",children:"No holdings in this wallet"})}):i.map(p=>e.jsx(Ce,{aggregatedHolding:p,holdings:A(p.instrumentId)},`${p.instrumentId.admin}::${p.instrumentId.id}`))}),e.jsx(b,{variant:"h6",sx:{mb:2,mt:4,textTransform:"uppercase"},fontWeight:"bold",children:"Transaction History"}),e.jsx(ke,{transactions:f,walletId:t,hasNextPage:j,isFetching:g==="pending",isFetchingNextPage:x,onLoadMore:C})]})}export{De as component};
|