diff --git a/website/docs/jellyfish/api/account.md b/website/docs/jellyfish/api/account.md index 0b2bec1617..ce61c70071 100644 --- a/website/docs/jellyfish/api/account.md +++ b/website/docs/jellyfish/api/account.md @@ -125,7 +125,7 @@ enum OwnerType { ALL = "all" } -enum TxType { +enum DfTxType { MINT_TOKEN = 'M', POOL_SWAP = 's', ADD_POOL_LIQUIDITY = 'l',