Libraries
Account
Account Library
Account
addQuoteToken
addQuoteToken
Increases the quote token balance of a specified user by a given amount in the account storage.
addBaseToken
addBaseToken
Increases the base token balance of a specified user by a given amount in the account storage.
removeQuoteToken
removeQuoteToken
Decreases the quote token balance of a specified user by a given amount in the account storage.
removeBaseToken
removeBaseToken
Decreases the base token balance of a specified user by a given amount in the account storage.
getQuoteTokenBalance
getQuoteTokenBalance
Retrieves the current quote token balance of a specified user from the account storage.
getBaseTokenBalance
getBaseTokenBalance
Retrieves the current base token balance of a specified user from the account storage.