Updated on 2026-08-14
This commit is contained in:
parent
e6de882b3b
commit
c9b99c587d
5 changed files with 277 additions and 0 deletions
|
|
@ -48,4 +48,12 @@ object MockYieldBalanceWrapperDTOFactory {
|
|||
integrationId = stakingId.integrationId,
|
||||
)
|
||||
}
|
||||
|
||||
fun createWithEmptyBalance(stakingId: StakingID = defaultStakingId): YieldBalanceWrapperDTO {
|
||||
return YieldBalanceWrapperDTO(
|
||||
addresses = Address(address = stakingId.address),
|
||||
balances = emptyList(),
|
||||
integrationId = stakingId.integrationId,
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue