Skip to content

Instantly share code, notes, and snippets.

@PawnLight
PawnLight / lib.rs
Created April 23, 2024 18:33 — forked from stackup-dev/lib.rs
lib.rs
// Copyright (c) Zefchain Labs, Inc.
// SPDX-License-Identifier: Apache-2.0
use async_graphql::{InputObject, Request, Response};
use linera_sdk::base::{Amount, ChainId, ContractAbi, Owner, ServiceAbi};
use linera_sdk::graphql::GraphQLMutationRoot;
use serde::{Deserialize, Serialize};
pub struct FungibleAbi;